#edf9c4
a pale, electric green · cool · closest name: beige
RGB
237, 249, 196
HSL
74°, 82%, 87%
CMYK
5, 0, 21, 2
Luminance
0.8974
Every format
| HEX | #edf9c4 |
| RGB | rgb(237, 249, 196) |
| HSL | hsl(74, 82%, 87%) |
| CMYK | cmyk(5%, 0%, 21%, 2%) |
| LAB | lab(95.9 -12.6 24.2) |
| LCH | lch(95.9 27.3 117.6) |
| OKLCH | oklch(0.960 0.070 118.1) |
Copy-ready code
/* CSS */
color: #edf9c4;
background-color: #edf9c4;
/* Tailwind (arbitrary) */
class="text-[#edf9c4] bg-[#edf9c4]"
/* SCSS */
$brand: #edf9c4;
/* SwiftUI */
Color(red: 0.929, green: 0.976, blue: 0.769)
/* Android */
Color.parseColor("#edf9c4")Accessibility — WCAG contrast
Aa
#edf9c4 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf9c4 on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green97.6%
Blue76.9%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow21.3%
Key (black)2.4%
Color previews
#edf9c4 text on a black background
contrast 18.95:1
Card sample
#edf9c4 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf9c4;
Background color
Panel with #edf9c4 background
background-color: #edf9c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf9c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 249, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 249, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf9c4; background: linear-gradient(135deg, #edf9c4, #CAF9C4);