#e9d310
a balanced, electric yellow · cool · closest name: gold
RGB
233, 211, 16
HSL
54°, 87%, 49%
CMYK
0, 9, 93, 9
Luminance
0.6395
Every format
| HEX | #e9d310 |
| RGB | rgb(233, 211, 16) |
| HSL | hsl(54, 87%, 49%) |
| CMYK | cmyk(0%, 9%, 93%, 9%) |
| LAB | lab(83.9 -9.2 82.6) |
| LCH | lch(83.9 83.1 96.3) |
| OKLCH | oklch(0.859 0.177 101.7) |
Copy-ready code
/* CSS */
color: #e9d310;
background-color: #e9d310;
/* Tailwind (arbitrary) */
class="text-[#e9d310] bg-[#e9d310]"
/* SCSS */
$brand: #e9d310;
/* SwiftUI */
Color(red: 0.914, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#e9d310")Accessibility — WCAG contrast
Aa
#e9d310 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9d310 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green82.7%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow93.1%
Key (black)8.6%
Color previews
#e9d310 text on a black background
contrast 13.79:1
Card sample
#e9d310 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9d310;
Background color
Panel with #e9d310 background
background-color: #e9d310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9d310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9d310; background: linear-gradient(135deg, #e9d310, #6EE910);