#ebfa6b
a light, electric yellow · cool · closest name: khaki
RGB
235, 250, 107
HSL
66°, 94%, 70%
CMYK
6, 0, 57, 2
Luminance
0.8709
Every format
| HEX | #ebfa6b |
| RGB | rgb(235, 250, 107) |
| HSL | hsl(66, 94%, 70%) |
| CMYK | cmyk(6%, 0%, 57%, 2%) |
| LAB | lab(94.8 -23.6 65.4) |
| LCH | lch(94.8 69.5 109.9) |
| OKLCH | oklch(0.947 0.166 114.6) |
Copy-ready code
/* CSS */
color: #ebfa6b;
background-color: #ebfa6b;
/* Tailwind (arbitrary) */
class="text-[#ebfa6b] bg-[#ebfa6b]"
/* SCSS */
$brand: #ebfa6b;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.420)
/* Android */
Color.parseColor("#ebfa6b")Accessibility — WCAG contrast
Aa
#ebfa6b on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfa6b on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue42.0%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow57.2%
Key (black)2.0%
Color previews
#ebfa6b text on a black background
contrast 18.42:1
Card sample
#ebfa6b text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfa6b;
Background color
Panel with #ebfa6b background
background-color: #ebfa6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfa6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfa6b; background: linear-gradient(135deg, #ebfa6b, #8CFA6B);