#edffb5
a pale, electric green · cool · closest name: khaki
RGB
237, 255, 181
HSL
75°, 100%, 86%
CMYK
7, 0, 29, 0
Luminance
0.9286
Every format
| HEX | #edffb5 |
| RGB | rgb(237, 255, 181) |
| HSL | hsl(75, 100%, 86%) |
| CMYK | cmyk(7%, 0%, 29%, 0%) |
| LAB | lab(97.2 -17.6 33.5) |
| LCH | lch(97.2 37.9 117.8) |
| OKLCH | oklch(0.969 0.096 119.3) |
Copy-ready code
/* CSS */
color: #edffb5;
background-color: #edffb5;
/* Tailwind (arbitrary) */
class="text-[#edffb5] bg-[#edffb5]"
/* SCSS */
$brand: #edffb5;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.710)
/* Android */
Color.parseColor("#edffb5")Accessibility — WCAG contrast
Aa
#edffb5 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edffb5 on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue71.0%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow29.0%
Key (black)0.0%
Color previews
#edffb5 text on a black background
contrast 19.57:1
Card sample
#edffb5 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edffb5;
Background color
Panel with #edffb5 background
background-color: #edffb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edffb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edffb5; background: linear-gradient(135deg, #edffb5, #BCFFB5);