#DFFCFA Color Information

Hex color code: #DFFCFA

#DFFCFA is a soft cyan color. In RGB it is (223, 252, 250), and in HSL it is (176°, 83%, 93%). It is frequently seen in web interfaces.

Try:
Color NameLight Cyan
HEX
#DFFCFA
RGB
223, 252, 250
HSL
176°, 83%, 93%
CMYK
12%, 0%, 1%, 1%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #DFFCFA; 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 #DFFCFA; background-color: #DFFCFA15; }

Alert / Toast

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

Link / Accent

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

a { color: #DFFCFA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

223, 252, 250

Red: 223 / Green: 252 / Blue: 250

HSL

176°, 83%, 93%

Hue: 176° / Saturation: 83% / Lightness: 93%

CMYK

12%, 0%, 1%, 1%

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

What color is #DFFCFA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DFFCFA to RGB:

rgb(223, 252, 250)HEX to RGB Converter →

HEX to HSL

Convert #DFFCFA to HSL:

hsl(176, 83%, 93%)RGB to HSL Converter →

HEX to CMYK

Convert #DFFCFA to CMYK:

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

Color Meaning and Usage

A soft cyan tone, #DFFCFA has RGB (223, 252, 250) and HSL (176°, 83%, 93%). Known for evoking purity and simplicity, this very light tint is commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DFFCFA is #FCDEE0, creating high-contrast pairings. For softer combinations, try analogous colors like #DEFCEB.

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

Contrast with #DFFCFA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DFFCFA?

#DFFCFA is a soft cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DFFCFA?

#DFFCFA in RGB is (223, 252, 250) - 223 red, 252 green, and 250 blue.

How to use #DFFCFA in CSS?

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

What colors go well with #DFFCFA?

#FCDEE0 (complementary), #DEFCEB (analogous), and #98F5EF (lighter shade) work well with #DFFCFA.