#ebfd33
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 253, 51
HSL
65°, 98%, 60%
CMYK
7, 0, 80, 1
Luminance
0.8815
Every format
| HEX | #ebfd33 |
| RGB | rgb(235, 253, 51) |
| HSL | hsl(65, 98%, 60%) |
| CMYK | cmyk(7%, 0%, 80%, 1%) |
| LAB | lab(95.2 -27.9 85.2) |
| LCH | lch(95.2 89.7 108.1) |
| OKLCH | oklch(0.949 0.204 115.0) |
Copy-ready code
/* CSS */
color: #ebfd33;
background-color: #ebfd33;
/* Tailwind (arbitrary) */
class="text-[#ebfd33] bg-[#ebfd33]"
/* SCSS */
$brand: #ebfd33;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.200)
/* Android */
Color.parseColor("#ebfd33")Accessibility — WCAG contrast
Aa
#ebfd33 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd33 on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue20.0%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow79.8%
Key (black)0.8%
Color previews
#ebfd33 text on a black background
contrast 18.63:1
Card sample
#ebfd33 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd33;
Background color
Panel with #ebfd33 background
background-color: #ebfd33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd33; background: linear-gradient(135deg, #ebfd33, #64FD33);