#d4fceb
a pale, electric green · cool · closest name: ivory
RGB
212, 252, 235
HSL
155°, 87%, 91%
CMYK
16, 0, 7, 1
Luminance
0.8962
Every format
| HEX | #d4fceb |
| RGB | rgb(212, 252, 235) |
| HSL | hsl(155, 87%, 91%) |
| CMYK | cmyk(16%, 0%, 7%, 1%) |
| LAB | lab(95.8 -16.0 3.9) |
| LCH | lch(95.8 16.5 166.5) |
| OKLCH | oklch(0.958 0.047 167.7) |
Copy-ready code
/* CSS */
color: #d4fceb;
background-color: #d4fceb;
/* Tailwind (arbitrary) */
class="text-[#d4fceb] bg-[#d4fceb]"
/* SCSS */
$brand: #d4fceb;
/* SwiftUI */
Color(red: 0.831, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#d4fceb")Accessibility — WCAG contrast
Aa
#d4fceb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fceb on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#d4fceb text on a black background
contrast 18.92:1
Card sample
#d4fceb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fceb;
Background color
Panel with #d4fceb background
background-color: #d4fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fceb; background: linear-gradient(135deg, #d4fceb, #D4F2FC);