#DCDDFC Color Information

Hex color code: #DCDDFC

#DCDDFC is a light blue color. In RGB it is (220, 221, 252), and in HSL it is (238°, 84%, 93%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#DCDDFC
RGB
220, 221, 252
HSL
238°, 84%, 93%
CMYK
13%, 12%, 0%, 1%

Shades

CSS Usage
color: #DCDDFC;
background-color: #DCDDFC;
border-color: #DCDDFC;
box-shadow: 0 0 10px #DCDDFC;
border: 2px solid #DCDDFC;
Tailwind Usage
bg-[#DCDDFC]
text-[#DCDDFC]
border-[#DCDDFC]
shadow-[0_0_10px_DCDDFC]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #DCDDFC, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #DCDDFC; color: #000000; }

Badge

New Feature
.badge { background-color: #DCDDFC; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #DCDDFC; background-color: #DCDDFC15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #DCDDFC20; border-left: 4px solid #DCDDFC; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #DCDDFC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #DCDDFC in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

220, 221, 252

Red: 220 / Green: 221 / Blue: 252

HSL

238°, 84%, 93%

Hue: 238° / Saturation: 84% / Lightness: 93%

CMYK

13%, 12%, 0%, 1%

Cyan: 13% / Magenta: 12% / Yellow: 0% / Key: 1%

What color is #DCDDFC?

#DCDDFC is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DCDDFC to RGB:

rgb(220, 221, 252)HEX to RGB Converter →

HEX to HSL

Convert #DCDDFC to HSL:

hsl(238, 84%, 93%)RGB to HSL Converter →

HEX to CMYK

Convert #DCDDFC to CMYK:

cmyk(13%, 12%, 0%, 1%)Color Converter →

Color Meaning and Usage

A ethereal blue tone, #DCDDFC has RGB (220, 221, 252) and HSL (238°, 84%, 93%). Known for evoking purity and simplicity, this very light tint is well suited for marketing pages and hero sections. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DCDDFC is #FCFBDE, creating high-contrast pairings. For softer combinations, try analogous colors like #DEEEFC.

Use #DCDDFC in CSS: color: #DCDDFC or background-color: #DCDDFC. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #DCDDFC

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 15.79:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DCDDFC?

#DCDDFC is a ethereal blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DCDDFC?

#DCDDFC in RGB is (220, 221, 252) - 220 red, 221 green, and 252 blue.

How to use #DCDDFC in CSS?

Use #DCDDFC directly in your CSS properties like color or background-color.

What colors go well with #DCDDFC?

#FCFBDE (complementary), #DEEEFC (analogous), and #989BF6 (lighter shade) work well with #DCDDFC.