#ebfe87
a light, electric yellow · cool · closest name: khaki
RGB
235, 254, 135
HSL
70°, 98%, 76%
CMYK
8, 0, 47, 0
Luminance
0.9030
Every format
| HEX | #ebfe87 |
| RGB | rgb(235, 254, 135) |
| HSL | hsl(70, 98%, 76%) |
| CMYK | cmyk(8%, 0%, 47%, 0%) |
| LAB | lab(96.1 -23.1 54.5) |
| LCH | lch(96.1 59.2 113.0) |
| OKLCH | oklch(0.959 0.145 116.7) |
Copy-ready code
/* CSS */
color: #ebfe87;
background-color: #ebfe87;
/* Tailwind (arbitrary) */
class="text-[#ebfe87] bg-[#ebfe87]"
/* SCSS */
$brand: #ebfe87;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.529)
/* Android */
Color.parseColor("#ebfe87")Accessibility — WCAG contrast
Aa
#ebfe87 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe87 on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue52.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow46.9%
Key (black)0.4%
Color previews
#ebfe87 text on a black background
contrast 19.06:1
Card sample
#ebfe87 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe87;
Background color
Panel with #ebfe87 background
background-color: #ebfe87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe87; background: linear-gradient(135deg, #ebfe87, #9CFE87);