#ebdb52
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 82
HSL
54°, 79%, 62%
CMYK
0, 7, 65, 8
Luminance
0.6893
Every format
| HEX | #ebdb52 |
| RGB | rgb(235, 219, 82) |
| HSL | hsl(54, 79%, 62%) |
| CMYK | cmyk(0%, 7%, 65%, 8%) |
| LAB | lab(86.5 -10.1 66.8) |
| LCH | lch(86.5 67.5 98.6) |
| OKLCH | oklch(0.880 0.154 102.6) |
Copy-ready code
/* CSS */
color: #ebdb52;
background-color: #ebdb52;
/* Tailwind (arbitrary) */
class="text-[#ebdb52] bg-[#ebdb52]"
/* SCSS */
$brand: #ebdb52;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.322)
/* Android */
Color.parseColor("#ebdb52")Accessibility — WCAG contrast
Aa
#ebdb52 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb52 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow65.1%
Key (black)7.8%
Color previews
#ebdb52 text on a black background
contrast 14.79:1
Card sample
#ebdb52 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb52;
Background color
Panel with #ebdb52 background
background-color: #ebdb52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb52; background: linear-gradient(135deg, #ebdb52, #95EB52);