#d2e9cf
a pale, soft green · cool · closest name: beige
RGB
210, 233, 207
HSL
113°, 37%, 86%
CMYK
10, 0, 11, 9
Luminance
0.7648
Every format
| HEX | #d2e9cf |
| RGB | rgb(210, 233, 207) |
| HSL | hsl(113, 37%, 86%) |
| CMYK | cmyk(10%, 0%, 11%, 9%) |
| LAB | lab(90.1 -12.3 10.1) |
| LCH | lch(90.1 15.9 140.7) |
| OKLCH | oklch(0.910 0.043 142.0) |
Copy-ready code
/* CSS */
color: #d2e9cf;
background-color: #d2e9cf;
/* Tailwind (arbitrary) */
class="text-[#d2e9cf] bg-[#d2e9cf]"
/* SCSS */
$brand: #d2e9cf;
/* SwiftUI */
Color(red: 0.824, green: 0.914, blue: 0.812)
/* Android */
Color.parseColor("#d2e9cf")Accessibility — WCAG contrast
Aa
#d2e9cf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e9cf on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green91.4%
Blue81.2%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow11.2%
Key (black)8.6%
Color previews
#d2e9cf text on a black background
contrast 16.30:1
Card sample
#d2e9cf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e9cf;
Background color
Panel with #d2e9cf background
background-color: #d2e9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 233, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 233, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e9cf; background: linear-gradient(135deg, #d2e9cf, #CFE9DD);