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