#d4fecb
a pale, electric green · cool · closest name: beige
RGB
212, 254, 203
HSL
109°, 96%, 90%
CMYK
17, 0, 20, 0
Luminance
0.8919
Every format
| HEX | #d4fecb |
| RGB | rgb(212, 254, 203) |
| HSL | hsl(109, 96%, 90%) |
| CMYK | cmyk(17%, 0%, 20%, 0%) |
| LAB | lab(95.7 -22.6 20.0) |
| LCH | lch(95.7 30.2 138.5) |
| OKLCH | oklch(0.955 0.080 140.1) |
Copy-ready code
/* CSS */
color: #d4fecb;
background-color: #d4fecb;
/* Tailwind (arbitrary) */
class="text-[#d4fecb] bg-[#d4fecb]"
/* SCSS */
$brand: #d4fecb;
/* SwiftUI */
Color(red: 0.831, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#d4fecb")Accessibility — WCAG contrast
Aa
#d4fecb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fecb on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green99.6%
Blue79.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#d4fecb text on a black background
contrast 18.84:1
Card sample
#d4fecb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fecb;
Background color
Panel with #d4fecb background
background-color: #d4fecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fecb; background: linear-gradient(135deg, #d4fecb, #CBFEE4);