#d9fce0
a pale, electric green · cool · closest name: beige
RGB
217, 252, 224
HSL
132°, 85%, 92%
CMYK
14, 0, 11, 1
Luminance
0.8975
Every format
| HEX | #d9fce0 |
| RGB | rgb(217, 252, 224) |
| HSL | hsl(132, 85%, 92%) |
| CMYK | cmyk(14%, 0%, 11%, 1%) |
| LAB | lab(95.9 -16.4 9.7) |
| LCH | lch(95.9 19.1 149.6) |
| OKLCH | oklch(0.959 0.052 151.2) |
Copy-ready code
/* CSS */
color: #d9fce0;
background-color: #d9fce0;
/* Tailwind (arbitrary) */
class="text-[#d9fce0] bg-[#d9fce0]"
/* SCSS */
$brand: #d9fce0;
/* SwiftUI */
Color(red: 0.851, green: 0.988, blue: 0.878)
/* Android */
Color.parseColor("#d9fce0")Accessibility — WCAG contrast
Aa
#d9fce0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9fce0 on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green98.8%
Blue87.8%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow11.1%
Key (black)1.2%
Color previews
#d9fce0 text on a black background
contrast 18.95:1
Card sample
#d9fce0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9fce0;
Background color
Panel with #d9fce0 background
background-color: #d9fce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9fce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 252, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 252, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9fce0; background: linear-gradient(135deg, #d9fce0, #D9FCF7);