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