#ebee13
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 19
HSL
61°, 87%, 50%
CMYK
1, 0, 92, 7
Luminance
0.7886
Every format
| HEX | #ebee13 |
| RGB | rgb(235, 238, 19) |
| HSL | hsl(61, 87%, 50%) |
| CMYK | cmyk(1%, 0%, 92%, 7%) |
| LAB | lab(91.2 -21.5 87.8) |
| LCH | lch(91.2 90.4 103.8) |
| OKLCH | oklch(0.916 0.199 110.7) |
Copy-ready code
/* CSS */
color: #ebee13;
background-color: #ebee13;
/* Tailwind (arbitrary) */
class="text-[#ebee13] bg-[#ebee13]"
/* SCSS */
$brand: #ebee13;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#ebee13")Accessibility — WCAG contrast
Aa
#ebee13 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee13 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue7.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow92.0%
Key (black)6.7%
Color previews
#ebee13 text on a black background
contrast 16.77:1
Card sample
#ebee13 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee13;
Background color
Panel with #ebee13 background
background-color: #ebee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee13; background: linear-gradient(135deg, #ebee13, #59EE13);