#d8e2cf
a light, soft green · cool · closest name: beige
RGB
216, 226, 207
HSL
92°, 25%, 85%
CMYK
4, 0, 8, 11
Luminance
0.7350
Every format
| HEX | #d8e2cf |
| RGB | rgb(216, 226, 207) |
| HSL | hsl(92, 25%, 85%) |
| CMYK | cmyk(4%, 0%, 8%, 11%) |
| LAB | lab(88.7 -6.7 8.1) |
| LCH | lch(88.7 10.6 129.6) |
| OKLCH | oklch(0.900 0.028 129.8) |
Copy-ready code
/* CSS */
color: #d8e2cf;
background-color: #d8e2cf;
/* Tailwind (arbitrary) */
class="text-[#d8e2cf] bg-[#d8e2cf]"
/* SCSS */
$brand: #d8e2cf;
/* SwiftUI */
Color(red: 0.847, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#d8e2cf")Accessibility — WCAG contrast
Aa
#d8e2cf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8e2cf on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green88.6%
Blue81.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#d8e2cf text on a black background
contrast 15.70:1
Card sample
#d8e2cf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8e2cf;
Background color
Panel with #d8e2cf background
background-color: #d8e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8e2cf; background: linear-gradient(135deg, #d8e2cf, #CFE2D3);