#DADEDE Color Information

Hex color code: #DADEDE

A light cyan shade, #DADEDE appears as (218, 222, 222) in RGB and (180°, 6%, 86%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameLavender
HEX
#DADEDE
RGB
218, 222, 222
HSL
180°, 6%, 86%
CMYK
2%, 0%, 0%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DADEDE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

218, 222, 222

Red: 218 / Green: 222 / Blue: 222

HSL

180°, 6%, 86%

Hue: 180° / Saturation: 6% / Lightness: 86%

CMYK

2%, 0%, 0%, 13%

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

What color is #DADEDE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DADEDE to RGB:

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

HEX to HSL

Convert #DADEDE to HSL:

hsl(180, 6%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #DADEDE to CMYK:

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

Color Meaning and Usage

A delicate cyan tone, #DADEDE has RGB (218, 222, 222) and HSL (180°, 6%, 86%). Known for evoking purity and simplicity, this very light tint is a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DADEDE is #DDD9D9, creating high-contrast pairings. For softer combinations, try analogous colors like #D9DDDB.

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

Contrast with #DADEDE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DADEDE?

#DADEDE is a delicate cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DADEDE?

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

How to use #DADEDE in CSS?

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

What colors go well with #DADEDE?

#DDD9D9 (complementary), #D9DDDB (analogous), and #B1B9B9 (lighter shade) work well with #DADEDE.