#ebdf29
a balanced, electric yellow · cool · closest name: gold
RGB
235, 223, 41
HSL
56°, 83%, 54%
CMYK
0, 5, 83, 8
Luminance
0.7060
Every format
| HEX | #ebdf29 |
| RGB | rgb(235, 223, 41) |
| HSL | hsl(56, 83%, 54%) |
| CMYK | cmyk(0%, 5%, 83%, 8%) |
| LAB | lab(87.3 -13.8 80.9) |
| LCH | lch(87.3 82.0 99.7) |
| OKLCH | oklch(0.886 0.180 105.4) |
Copy-ready code
/* CSS */
color: #ebdf29;
background-color: #ebdf29;
/* Tailwind (arbitrary) */
class="text-[#ebdf29] bg-[#ebdf29]"
/* SCSS */
$brand: #ebdf29;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.161)
/* Android */
Color.parseColor("#ebdf29")Accessibility — WCAG contrast
Aa
#ebdf29 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf29 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow82.6%
Key (black)7.8%
Color previews
#ebdf29 text on a black background
contrast 15.12:1
Card sample
#ebdf29 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf29;
Background color
Panel with #ebdf29 background
background-color: #ebdf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf29; background: linear-gradient(135deg, #ebdf29, #76EB29);