#d0e2cf
a light, soft green · cool · closest name: beige
RGB
208, 226, 207
HSL
117°, 25%, 85%
CMYK
8, 0, 8, 11
Luminance
0.7231
Every format
| HEX | #d0e2cf |
| RGB | rgb(208, 226, 207) |
| HSL | hsl(117, 25%, 85%) |
| CMYK | cmyk(8%, 0%, 8%, 11%) |
| LAB | lab(88.1 -9.5 7.2) |
| LCH | lch(88.1 11.9 142.6) |
| OKLCH | oklch(0.894 0.032 143.8) |
Copy-ready code
/* CSS */
color: #d0e2cf;
background-color: #d0e2cf;
/* Tailwind (arbitrary) */
class="text-[#d0e2cf] bg-[#d0e2cf]"
/* SCSS */
$brand: #d0e2cf;
/* SwiftUI */
Color(red: 0.816, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#d0e2cf")Accessibility — WCAG contrast
Aa
#d0e2cf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0e2cf on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green88.6%
Blue81.2%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#d0e2cf text on a black background
contrast 15.46:1
Card sample
#d0e2cf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0e2cf;
Background color
Panel with #d0e2cf background
background-color: #d0e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0e2cf; background: linear-gradient(135deg, #d0e2cf, #CFE2DB);