#ebfc8b
a light, electric yellow · cool · closest name: khaki
RGB
235, 252, 139
HSL
69°, 95%, 77%
CMYK
7, 0, 45, 1
Luminance
0.8915
Every format
| HEX | #ebfc8b |
| RGB | rgb(235, 252, 139) |
| HSL | hsl(69, 95%, 77%) |
| CMYK | cmyk(7%, 0%, 45%, 1%) |
| LAB | lab(95.6 -21.8 52.0) |
| LCH | lch(95.6 56.4 112.7) |
| OKLCH | oklch(0.955 0.139 116.1) |
Copy-ready code
/* CSS */
color: #ebfc8b;
background-color: #ebfc8b;
/* Tailwind (arbitrary) */
class="text-[#ebfc8b] bg-[#ebfc8b]"
/* SCSS */
$brand: #ebfc8b;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.545)
/* Android */
Color.parseColor("#ebfc8b")Accessibility — WCAG contrast
Aa
#ebfc8b on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfc8b on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue54.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow44.8%
Key (black)1.2%
Color previews
#ebfc8b text on a black background
contrast 18.83:1
Card sample
#ebfc8b text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfc8b;
Background color
Panel with #ebfc8b background
background-color: #ebfc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfc8b; background: linear-gradient(135deg, #ebfc8b, #A0FC8B);