#ebfe6b
a light, electric yellow · cool · closest name: khaki
RGB
235, 254, 107
HSL
68°, 99%, 71%
CMYK
8, 0, 58, 0
Luminance
0.8961
Every format
| HEX | #ebfe6b |
| RGB | rgb(235, 254, 107) |
| HSL | hsl(68, 99%, 71%) |
| CMYK | cmyk(8%, 0%, 58%, 0%) |
| LAB | lab(95.8 -25.5 66.6) |
| LCH | lch(95.8 71.3 111.0) |
| OKLCH | oklch(0.955 0.171 115.9) |
Copy-ready code
/* CSS */
color: #ebfe6b;
background-color: #ebfe6b;
/* Tailwind (arbitrary) */
class="text-[#ebfe6b] bg-[#ebfe6b]"
/* SCSS */
$brand: #ebfe6b;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.420)
/* Android */
Color.parseColor("#ebfe6b")Accessibility — WCAG contrast
Aa
#ebfe6b on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe6b on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue42.0%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow57.9%
Key (black)0.4%
Color previews
#ebfe6b text on a black background
contrast 18.92:1
Card sample
#ebfe6b text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe6b;
Background color
Panel with #ebfe6b background
background-color: #ebfe6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe6b; background: linear-gradient(135deg, #ebfe6b, #89FE6B);