#d0eccf
a pale, soft green · cool · closest name: beige
RGB
208, 236, 207
HSL
118°, 43%, 87%
CMYK
12, 0, 12, 8
Luminance
0.7791
Every format
| HEX | #d0eccf |
| RGB | rgb(208, 236, 207) |
| HSL | hsl(118, 43%, 87%) |
| CMYK | cmyk(12%, 0%, 12%, 8%) |
| LAB | lab(90.7 -14.5 11.0) |
| LCH | lch(90.7 18.2 142.8) |
| OKLCH | oklch(0.915 0.049 144.2) |
Copy-ready code
/* CSS */
color: #d0eccf;
background-color: #d0eccf;
/* Tailwind (arbitrary) */
class="text-[#d0eccf] bg-[#d0eccf]"
/* SCSS */
$brand: #d0eccf;
/* SwiftUI */
Color(red: 0.816, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#d0eccf")Accessibility — WCAG contrast
Aa
#d0eccf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0eccf on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#d0eccf text on a black background
contrast 16.58:1
Card sample
#d0eccf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0eccf;
Background color
Panel with #d0eccf background
background-color: #d0eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0eccf; background: linear-gradient(135deg, #d0eccf, #CFECE1);