#dadecf
a light, soft green · cool · closest name: beige
RGB
218, 222, 207
HSL
76°, 19%, 84%
CMYK
2, 0, 7, 13
Luminance
0.7165
Every format
| HEX | #dadecf |
| RGB | rgb(218, 222, 207) |
| HSL | hsl(76, 19%, 84%) |
| CMYK | cmyk(2%, 0%, 7%, 13%) |
| LAB | lab(87.8 -4.0 6.9) |
| LCH | lch(87.8 8.0 120.2) |
| OKLCH | oklch(0.893 0.021 119.0) |
Copy-ready code
/* CSS */
color: #dadecf;
background-color: #dadecf;
/* Tailwind (arbitrary) */
class="text-[#dadecf] bg-[#dadecf]"
/* SCSS */
$brand: #dadecf;
/* SwiftUI */
Color(red: 0.855, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#dadecf")Accessibility — WCAG contrast
Aa
#dadecf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadecf on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#dadecf text on a black background
contrast 15.33:1
Card sample
#dadecf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadecf;
Background color
Panel with #dadecf background
background-color: #dadecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadecf; background: linear-gradient(135deg, #dadecf, #D0DECF);