#d4fcdf
a pale, electric green · cool · closest name: beige
RGB
212, 252, 223
HSL
137°, 87%, 91%
CMYK
16, 0, 12, 1
Luminance
0.8895
Every format
| HEX | #d4fcdf |
| RGB | rgb(212, 252, 223) |
| HSL | hsl(137, 87%, 91%) |
| CMYK | cmyk(16%, 0%, 12%, 1%) |
| LAB | lab(95.6 -18.2 9.6) |
| LCH | lch(95.6 20.6 152.1) |
| OKLCH | oklch(0.955 0.057 153.7) |
Copy-ready code
/* CSS */
color: #d4fcdf;
background-color: #d4fcdf;
/* Tailwind (arbitrary) */
class="text-[#d4fcdf] bg-[#d4fcdf]"
/* SCSS */
$brand: #d4fcdf;
/* SwiftUI */
Color(red: 0.831, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#d4fcdf")Accessibility — WCAG contrast
Aa
#d4fcdf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fcdf on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green98.8%
Blue87.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#d4fcdf text on a black background
contrast 18.79:1
Card sample
#d4fcdf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fcdf;
Background color
Panel with #d4fcdf background
background-color: #d4fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fcdf; background: linear-gradient(135deg, #d4fcdf, #D4FCFA);