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