#d4f9eb
a pale, electric green · cool · closest name: ivory
RGB
212, 249, 235
HSL
157°, 76%, 90%
CMYK
15, 0, 6, 2
Luminance
0.8775
Every format
| HEX | #d4f9eb |
| RGB | rgb(212, 249, 235) |
| HSL | hsl(157, 76%, 90%) |
| CMYK | cmyk(15%, 0%, 6%, 2%) |
| LAB | lab(95.0 -14.6 2.7) |
| LCH | lch(95.0 14.8 169.4) |
| OKLCH | oklch(0.952 0.043 170.5) |
Copy-ready code
/* CSS */
color: #d4f9eb;
background-color: #d4f9eb;
/* Tailwind (arbitrary) */
class="text-[#d4f9eb] bg-[#d4f9eb]"
/* SCSS */
$brand: #d4f9eb;
/* SwiftUI */
Color(red: 0.831, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#d4f9eb")Accessibility — WCAG contrast
Aa
#d4f9eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4f9eb on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green97.6%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#d4f9eb text on a black background
contrast 18.55:1
Card sample
#d4f9eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4f9eb;
Background color
Panel with #d4f9eb background
background-color: #d4f9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4f9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4f9eb; background: linear-gradient(135deg, #d4f9eb, #D4EEF9);