#ebd73f
a balanced, electric yellow · cool · closest name: gold
RGB
235, 215, 63
HSL
53°, 81%, 58%
CMYK
0, 9, 73, 8
Luminance
0.6662
Every format
| HEX | #ebd73f |
| RGB | rgb(235, 215, 63) |
| HSL | hsl(53, 81%, 58%) |
| CMYK | cmyk(0%, 9%, 73%, 8%) |
| LAB | lab(85.3 -9.1 72.7) |
| LCH | lch(85.3 73.3 97.1) |
| OKLCH | oklch(0.870 0.163 101.5) |
Copy-ready code
/* CSS */
color: #ebd73f;
background-color: #ebd73f;
/* Tailwind (arbitrary) */
class="text-[#ebd73f] bg-[#ebd73f]"
/* SCSS */
$brand: #ebd73f;
/* SwiftUI */
Color(red: 0.922, green: 0.843, blue: 0.247)
/* Android */
Color.parseColor("#ebd73f")Accessibility — WCAG contrast
Aa
#ebd73f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebd73f on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green84.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow73.2%
Key (black)7.8%
Color previews
#ebd73f text on a black background
contrast 14.32:1
Card sample
#ebd73f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebd73f;
Background color
Panel with #ebd73f background
background-color: #ebd73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebd73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 215, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 215, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebd73f; background: linear-gradient(135deg, #ebd73f, #8CEB3F);