#d4eccb
a pale, vivid green · cool · closest name: beige
RGB
212, 236, 203
HSL
104°, 47%, 86%
CMYK
10, 0, 14, 8
Luminance
0.7830
Every format
| HEX | #d4eccb |
| RGB | rgb(212, 236, 203) |
| HSL | hsl(104, 47%, 86%) |
| CMYK | cmyk(10%, 0%, 14%, 8%) |
| LAB | lab(90.9 -13.8 13.4) |
| LCH | lch(90.9 19.2 136.0) |
| OKLCH | oklch(0.917 0.051 137.1) |
Copy-ready code
/* CSS */
color: #d4eccb;
background-color: #d4eccb;
/* Tailwind (arbitrary) */
class="text-[#d4eccb] bg-[#d4eccb]"
/* SCSS */
$brand: #d4eccb;
/* SwiftUI */
Color(red: 0.831, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#d4eccb")Accessibility — WCAG contrast
Aa
#d4eccb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4eccb on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green92.5%
Blue79.6%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#d4eccb text on a black background
contrast 16.66:1
Card sample
#d4eccb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4eccb;
Background color
Panel with #d4eccb background
background-color: #d4eccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4eccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4eccb; background: linear-gradient(135deg, #d4eccb, #CBECD8);