#ebee48
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 72
HSL
61°, 83%, 61%
CMYK
1, 0, 70, 7
Luminance
0.7928
Every format
| HEX | #ebee48 |
| RGB | rgb(235, 238, 72) |
| HSL | hsl(61, 83%, 61%) |
| CMYK | cmyk(1%, 0%, 70%, 7%) |
| LAB | lab(91.4 -20.0 75.4) |
| LCH | lch(91.4 78.0 104.8) |
| OKLCH | oklch(0.919 0.179 110.5) |
Copy-ready code
/* CSS */
color: #ebee48;
background-color: #ebee48;
/* Tailwind (arbitrary) */
class="text-[#ebee48] bg-[#ebee48]"
/* SCSS */
$brand: #ebee48;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.282)
/* Android */
Color.parseColor("#ebee48")Accessibility — WCAG contrast
Aa
#ebee48 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee48 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue28.2%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow69.7%
Key (black)6.7%
Color previews
#ebee48 text on a black background
contrast 16.86:1
Card sample
#ebee48 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee48;
Background color
Panel with #ebee48 background
background-color: #ebee48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee48; background: linear-gradient(135deg, #ebee48, #7CEE48);