#ebdf4c
a balanced, electric yellow · cool · closest name: gold
RGB
235, 223, 76
HSL
56°, 80%, 61%
CMYK
0, 5, 68, 8
Luminance
0.7096
Every format
| HEX | #ebdf4c |
| RGB | rgb(235, 223, 76) |
| HSL | hsl(56, 80%, 61%) |
| CMYK | cmyk(0%, 5%, 68%, 8%) |
| LAB | lab(87.5 -12.4 70.1) |
| LCH | lch(87.5 71.2 100.1) |
| OKLCH | oklch(0.888 0.162 104.6) |
Copy-ready code
/* CSS */
color: #ebdf4c;
background-color: #ebdf4c;
/* Tailwind (arbitrary) */
class="text-[#ebdf4c] bg-[#ebdf4c]"
/* SCSS */
$brand: #ebdf4c;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.298)
/* Android */
Color.parseColor("#ebdf4c")Accessibility — WCAG contrast
Aa
#ebdf4c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf4c on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow67.7%
Key (black)7.8%
Color previews
#ebdf4c text on a black background
contrast 15.19:1
Card sample
#ebdf4c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf4c;
Background color
Panel with #ebdf4c background
background-color: #ebdf4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf4c; background: linear-gradient(135deg, #ebdf4c, #8DEB4C);