#DADEDF Color Information

Hex color code: #DADEDF

A light cyan shade, #DADEDF appears as (218, 222, 223) in RGB and (192°, 7%, 86%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#DADEDF
RGB
218, 222, 223
HSL
192°, 7%, 86%
CMYK
2%, 0%, 0%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DADEDF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

218, 222, 223

Red: 218 / Green: 222 / Blue: 223

HSL

192°, 7%, 86%

Hue: 192° / Saturation: 7% / Lightness: 86%

CMYK

2%, 0%, 0%, 13%

Cyan: 2% / Magenta: 0% / Yellow: 0% / Key: 13%

What color is #DADEDF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DADEDF to RGB:

rgb(218, 222, 223)HEX to RGB Converter →

HEX to HSL

Convert #DADEDF to HSL:

hsl(192, 7%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #DADEDF to CMYK:

cmyk(2%, 0%, 0%, 13%)Color Converter →

Color Meaning and Usage

#DADEDF is a ethereal cyan color with RGB values of 218, 222, 223 and HSL of 192°, 7%, 86%. This very light tint evokes purity and simplicity, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DADEDF is #DEDAD9, creating high-contrast pairings. For softer combinations, try analogous colors like #D9DEDC.

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

Contrast with #DADEDF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DADEDF?

#DADEDF is a ethereal cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DADEDF?

#DADEDF in RGB is (218, 222, 223) - 218 red, 222 green, and 223 blue.

How to use #DADEDF in CSS?

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

What colors go well with #DADEDF?

#DEDAD9 (complementary), #D9DEDC (analogous), and #B0B8BA (lighter shade) work well with #DADEDF.