#ebff6e
a light, electric yellow · cool · closest name: khaki
RGB
235, 255, 110
HSL
68°, 100%, 72%
CMYK
8, 0, 57, 0
Luminance
0.9031
Every format
| HEX | #ebff6e |
| RGB | rgb(235, 255, 110) |
| HSL | hsl(68, 100%, 72%) |
| CMYK | cmyk(8%, 0%, 57%, 0%) |
| LAB | lab(96.1 -25.7 65.6) |
| LCH | lch(96.1 70.5 111.4) |
| OKLCH | oklch(0.958 0.170 116.3) |
Copy-ready code
/* CSS */
color: #ebff6e;
background-color: #ebff6e;
/* Tailwind (arbitrary) */
class="text-[#ebff6e] bg-[#ebff6e]"
/* SCSS */
$brand: #ebff6e;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.431)
/* Android */
Color.parseColor("#ebff6e")Accessibility — WCAG contrast
Aa
#ebff6e on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff6e on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue43.1%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow56.9%
Key (black)0.0%
Color previews
#ebff6e text on a black background
contrast 19.06:1
Card sample
#ebff6e text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff6e;
Background color
Panel with #ebff6e background
background-color: #ebff6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff6e; background: linear-gradient(135deg, #ebff6e, #8AFF6E);