#dffce4
a pale, electric green · cool · closest name: beige
RGB
223, 252, 228
HSL
130°, 83%, 93%
CMYK
12, 0, 10, 1
Luminance
0.9091
Every format
| HEX | #dffce4 |
| RGB | rgb(223, 252, 228) |
| HSL | hsl(130, 83%, 93%) |
| CMYK | cmyk(12%, 0%, 10%, 1%) |
| LAB | lab(96.4 -13.8 8.3) |
| LCH | lch(96.4 16.1 148.8) |
| OKLCH | oklch(0.964 0.044 150.4) |
Copy-ready code
/* CSS */
color: #dffce4;
background-color: #dffce4;
/* Tailwind (arbitrary) */
class="text-[#dffce4] bg-[#dffce4]"
/* SCSS */
$brand: #dffce4;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#dffce4")Accessibility — WCAG contrast
Aa
#dffce4 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffce4 on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue89.4%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow9.5%
Key (black)1.2%
Color previews
#dffce4 text on a black background
contrast 19.18:1
Card sample
#dffce4 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffce4;
Background color
Panel with #dffce4 background
background-color: #dffce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffce4; background: linear-gradient(135deg, #dffce4, #DFFCF7);