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