#e7da00
a balanced, electric yellow · cool · closest name: gold
RGB
231, 218, 0
HSL
57°, 100%, 45%
CMYK
0, 6, 100, 9
Luminance
0.6713
Every format
| HEX | #e7da00 |
| RGB | rgb(231, 218, 0) |
| HSL | hsl(57, 100%, 45%) |
| CMYK | cmyk(0%, 6%, 100%, 9%) |
| LAB | lab(85.6 -13.6 85.2) |
| LCH | lch(85.6 86.3 99.1) |
| OKLCH | oklch(0.871 0.185 105.3) |
Copy-ready code
/* CSS */
color: #e7da00;
background-color: #e7da00;
/* Tailwind (arbitrary) */
class="text-[#e7da00] bg-[#e7da00]"
/* SCSS */
$brand: #e7da00;
/* SwiftUI */
Color(red: 0.906, green: 0.855, blue: 0.000)
/* Android */
Color.parseColor("#e7da00")Accessibility — WCAG contrast
Aa
#e7da00 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7da00 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow100.0%
Key (black)9.4%
Color previews
#e7da00 text on a black background
contrast 14.43:1
Card sample
#e7da00 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7da00;
Background color
Panel with #e7da00 background
background-color: #e7da00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7da00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 218, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 218, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7da00; background: linear-gradient(135deg, #e7da00, #5AE700);