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