#ebfd3b
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 253, 59
HSL
66°, 98%, 61%
CMYK
7, 0, 77, 1
Luminance
0.8823
Every format
| HEX | #ebfd3b |
| RGB | rgb(235, 253, 59) |
| HSL | hsl(66, 98%, 61%) |
| CMYK | cmyk(7%, 0%, 77%, 1%) |
| LAB | lab(95.3 -27.6 83.2) |
| LCH | lch(95.3 87.6 108.4) |
| OKLCH | oklch(0.950 0.200 115.1) |
Copy-ready code
/* CSS */
color: #ebfd3b;
background-color: #ebfd3b;
/* Tailwind (arbitrary) */
class="text-[#ebfd3b] bg-[#ebfd3b]"
/* SCSS */
$brand: #ebfd3b;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.231)
/* Android */
Color.parseColor("#ebfd3b")Accessibility — WCAG contrast
Aa
#ebfd3b on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd3b on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue23.1%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow76.7%
Key (black)0.8%
Color previews
#ebfd3b text on a black background
contrast 18.65:1
Card sample
#ebfd3b text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd3b;
Background color
Panel with #ebfd3b background
background-color: #ebfd3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd3b; background: linear-gradient(135deg, #ebfd3b, #6AFD3B);