#DAD6CC Color Information

Hex color code: #DAD6CC

#DAD6CC is a light orange color. In RGB it is (218, 214, 204), and in HSL it is (43°, 16%, 83%). It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#DAD6CC
RGB
218, 214, 204
HSL
43°, 16%, 83%
CMYK
0%, 2%, 6%, 15%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DAD6CC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

218, 214, 204

Red: 218 / Green: 214 / Blue: 204

HSL

43°, 16%, 83%

Hue: 43° / Saturation: 16% / Lightness: 83%

CMYK

0%, 2%, 6%, 15%

Cyan: 0% / Magenta: 2% / Yellow: 6% / Key: 15%

What color is #DAD6CC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DAD6CC to RGB:

rgb(218, 214, 204)HEX to RGB Converter →

HEX to HSL

Convert #DAD6CC to HSL:

hsl(43, 16%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #DAD6CC to CMYK:

cmyk(0%, 2%, 6%, 15%)Color Converter →

Color Meaning and Usage

#DAD6CC is a light orange color with RGB values of 218, 214, 204 and HSL of 43°, 16%, 83%. This very light tint evokes purity and simplicity, making it suitable for commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DAD6CC is #CDD1DB, creating high-contrast pairings. For softer combinations, try analogous colors like #DBD0CD.

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

Contrast with #DAD6CC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DAD6CC?

#DAD6CC is a light orange color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DAD6CC?

#DAD6CC in RGB is (218, 214, 204) - 218 red, 214 green, and 204 blue.

How to use #DAD6CC in CSS?

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

What colors go well with #DAD6CC?

#CDD1DB (complementary), #DBD0CD (analogous), and #BAB3A0 (lighter shade) work well with #DAD6CC.