#ebdb49
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 73
HSL
54°, 80%, 60%
CMYK
0, 7, 69, 8
Luminance
0.6881
Every format
| HEX | #ebdb49 |
| RGB | rgb(235, 219, 73) |
| HSL | hsl(54, 80%, 60%) |
| CMYK | cmyk(0%, 7%, 69%, 8%) |
| LAB | lab(86.4 -10.6 70.2) |
| LCH | lch(86.4 71.0 98.6) |
| OKLCH | oklch(0.879 0.161 103.0) |
Copy-ready code
/* CSS */
color: #ebdb49;
background-color: #ebdb49;
/* Tailwind (arbitrary) */
class="text-[#ebdb49] bg-[#ebdb49]"
/* SCSS */
$brand: #ebdb49;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.286)
/* Android */
Color.parseColor("#ebdb49")Accessibility — WCAG contrast
Aa
#ebdb49 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb49 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow68.9%
Key (black)7.8%
Color previews
#ebdb49 text on a black background
contrast 14.76:1
Card sample
#ebdb49 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb49;
Background color
Panel with #ebdb49 background
background-color: #ebdb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb49; background: linear-gradient(135deg, #ebdb49, #8FEB49);