#edff87
a light, electric yellow · cool · closest name: khaki
RGB
237, 255, 135
HSL
69°, 100%, 77%
CMYK
7, 0, 47, 0
Luminance
0.9127
Every format
| HEX | #edff87 |
| RGB | rgb(237, 255, 135) |
| HSL | hsl(69, 100%, 77%) |
| CMYK | cmyk(7%, 0%, 47%, 0%) |
| LAB | lab(96.5 -22.9 55.0) |
| LCH | lch(96.5 59.5 112.6) |
| OKLCH | oklch(0.962 0.146 116.2) |
Copy-ready code
/* CSS */
color: #edff87;
background-color: #edff87;
/* Tailwind (arbitrary) */
class="text-[#edff87] bg-[#edff87]"
/* SCSS */
$brand: #edff87;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.529)
/* Android */
Color.parseColor("#edff87")Accessibility — WCAG contrast
Aa
#edff87 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edff87 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue52.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow47.1%
Key (black)0.0%
Color previews
#edff87 text on a black background
contrast 19.25:1
Card sample
#edff87 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edff87;
Background color
Panel with #edff87 background
background-color: #edff87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edff87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edff87; background: linear-gradient(135deg, #edff87, #9DFF87);