#ebdb24
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 36
HSL
55°, 83%, 53%
CMYK
0, 7, 85, 8
Luminance
0.6845
Every format
| HEX | #ebdb24 |
| RGB | rgb(235, 219, 36) |
| HSL | hsl(55, 83%, 53%) |
| CMYK | cmyk(0%, 7%, 85%, 8%) |
| LAB | lab(86.2 -11.9 81.1) |
| LCH | lch(86.2 82.0 98.4) |
| OKLCH | oklch(0.877 0.178 103.9) |
Copy-ready code
/* CSS */
color: #ebdb24;
background-color: #ebdb24;
/* Tailwind (arbitrary) */
class="text-[#ebdb24] bg-[#ebdb24]"
/* SCSS */
$brand: #ebdb24;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.141)
/* Android */
Color.parseColor("#ebdb24")Accessibility — WCAG contrast
Aa
#ebdb24 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb24 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow84.7%
Key (black)7.8%
Color previews
#ebdb24 text on a black background
contrast 14.69:1
Card sample
#ebdb24 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb24;
Background color
Panel with #ebdb24 background
background-color: #ebdb24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb24; background: linear-gradient(135deg, #ebdb24, #76EB24);