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