#d4ffdf
a pale, electric green · cool · closest name: beige
RGB
212, 255, 223
HSL
135°, 100%, 92%
CMYK
17, 0, 13, 0
Luminance
0.9084
Every format
| HEX | #d4ffdf |
| RGB | rgb(212, 255, 223) |
| HSL | hsl(135, 100%, 92%) |
| CMYK | cmyk(17%, 0%, 13%, 0%) |
| LAB | lab(96.3 -19.7 10.8) |
| LCH | lch(96.3 22.4 151.3) |
| OKLCH | oklch(0.961 0.061 152.9) |
Copy-ready code
/* CSS */
color: #d4ffdf;
background-color: #d4ffdf;
/* Tailwind (arbitrary) */
class="text-[#d4ffdf] bg-[#d4ffdf]"
/* SCSS */
$brand: #d4ffdf;
/* SwiftUI */
Color(red: 0.831, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#d4ffdf")Accessibility — WCAG contrast
Aa
#d4ffdf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ffdf on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green100.0%
Blue87.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#d4ffdf text on a black background
contrast 19.17:1
Card sample
#d4ffdf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ffdf;
Background color
Panel with #d4ffdf background
background-color: #d4ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ffdf; background: linear-gradient(135deg, #d4ffdf, #D4FFFC);