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