#edf9ba
a pale, electric green · cool · closest name: khaki
RGB
237, 249, 186
HSL
71°, 84%, 85%
CMYK
5, 0, 25, 2
Luminance
0.8930
Every format
| HEX | #edf9ba |
| RGB | rgb(237, 249, 186) |
| HSL | hsl(71, 84%, 85%) |
| CMYK | cmyk(5%, 0%, 25%, 2%) |
| LAB | lab(95.7 -14.1 29.0) |
| LCH | lch(95.7 32.2 115.8) |
| OKLCH | oklch(0.958 0.082 116.7) |
Copy-ready code
/* CSS */
color: #edf9ba;
background-color: #edf9ba;
/* Tailwind (arbitrary) */
class="text-[#edf9ba] bg-[#edf9ba]"
/* SCSS */
$brand: #edf9ba;
/* SwiftUI */
Color(red: 0.929, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#edf9ba")Accessibility — WCAG contrast
Aa
#edf9ba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf9ba on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green97.6%
Blue72.9%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#edf9ba text on a black background
contrast 18.86:1
Card sample
#edf9ba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf9ba;
Background color
Panel with #edf9ba background
background-color: #edf9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf9ba; background: linear-gradient(135deg, #edf9ba, #C3F9BA);