#d9eccf
a pale, soft green · cool · closest name: beige
RGB
217, 236, 207
HSL
99°, 43%, 87%
CMYK
8, 0, 12, 8
Luminance
0.7925
Every format
| HEX | #d9eccf |
| RGB | rgb(217, 236, 207) |
| HSL | hsl(99, 43%, 87%) |
| CMYK | cmyk(8%, 0%, 12%, 8%) |
| LAB | lab(91.3 -11.4 11.9) |
| LCH | lch(91.3 16.5 133.8) |
| OKLCH | oklch(0.921 0.044 134.7) |
Copy-ready code
/* CSS */
color: #d9eccf;
background-color: #d9eccf;
/* Tailwind (arbitrary) */
class="text-[#d9eccf] bg-[#d9eccf]"
/* SCSS */
$brand: #d9eccf;
/* SwiftUI */
Color(red: 0.851, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#d9eccf")Accessibility — WCAG contrast
Aa
#d9eccf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9eccf on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green92.5%
Blue81.2%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#d9eccf text on a black background
contrast 16.85:1
Card sample
#d9eccf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9eccf;
Background color
Panel with #d9eccf background
background-color: #d9eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9eccf; background: linear-gradient(135deg, #d9eccf, #CFECD8);