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