#edfbc9
a pale, electric green · cool · closest name: beige
RGB
237, 251, 201
HSL
77°, 86%, 89%
CMYK
6, 0, 20, 2
Luminance
0.9122
Every format
| HEX | #edfbc9 |
| RGB | rgb(237, 251, 201) |
| HSL | hsl(77, 86%, 89%) |
| CMYK | cmyk(6%, 0%, 20%, 2%) |
| LAB | lab(96.5 -12.9 22.5) |
| LCH | lch(96.5 25.9 119.9) |
| OKLCH | oklch(0.965 0.067 120.4) |
Copy-ready code
/* CSS */
color: #edfbc9;
background-color: #edfbc9;
/* Tailwind (arbitrary) */
class="text-[#edfbc9] bg-[#edfbc9]"
/* SCSS */
$brand: #edfbc9;
/* SwiftUI */
Color(red: 0.929, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#edfbc9")Accessibility — WCAG contrast
Aa
#edfbc9 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfbc9 on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.4%
Blue78.8%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#edfbc9 text on a black background
contrast 19.24:1
Card sample
#edfbc9 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfbc9;
Background color
Panel with #edfbc9 background
background-color: #edfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfbc9; background: linear-gradient(135deg, #edfbc9, #CCFBC9);