#d9fce7
a pale, electric green · cool · closest name: beige
RGB
217, 252, 231
HSL
144°, 85%, 92%
CMYK
14, 0, 8, 1
Luminance
0.9014
Every format
| HEX | #d9fce7 |
| RGB | rgb(217, 252, 231) |
| HSL | hsl(144, 85%, 92%) |
| CMYK | cmyk(14%, 0%, 8%, 1%) |
| LAB | lab(96.0 -15.2 6.3) |
| LCH | lch(96.0 16.4 157.5) |
| OKLCH | oklch(0.960 0.046 159.1) |
Copy-ready code
/* CSS */
color: #d9fce7;
background-color: #d9fce7;
/* Tailwind (arbitrary) */
class="text-[#d9fce7] bg-[#d9fce7]"
/* SCSS */
$brand: #d9fce7;
/* SwiftUI */
Color(red: 0.851, green: 0.988, blue: 0.906)
/* Android */
Color.parseColor("#d9fce7")Accessibility — WCAG contrast
Aa
#d9fce7 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9fce7 on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green98.8%
Blue90.6%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow8.3%
Key (black)1.2%
Color previews
#d9fce7 text on a black background
contrast 19.03:1
Card sample
#d9fce7 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9fce7;
Background color
Panel with #d9fce7 background
background-color: #d9fce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9fce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 252, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 252, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9fce7; background: linear-gradient(135deg, #d9fce7, #D9FAFC);