#e7d430
a balanced, electric yellow · cool · closest name: gold
RGB
231, 212, 48
HSL
54°, 79%, 55%
CMYK
0, 8, 79, 9
Luminance
0.6429
Every format
| HEX | #e7d430 |
| RGB | rgb(231, 212, 48) |
| HSL | hsl(54, 79%, 55%) |
| CMYK | cmyk(0%, 8%, 79%, 9%) |
| LAB | lab(84.1 -9.8 76.2) |
| LCH | lch(84.1 76.8 97.3) |
| OKLCH | oklch(0.860 0.169 102.3) |
Copy-ready code
/* CSS */
color: #e7d430;
background-color: #e7d430;
/* Tailwind (arbitrary) */
class="text-[#e7d430] bg-[#e7d430]"
/* SCSS */
$brand: #e7d430;
/* SwiftUI */
Color(red: 0.906, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#e7d430")Accessibility — WCAG contrast
Aa
#e7d430 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7d430 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green83.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow79.2%
Key (black)9.4%
Color previews
#e7d430 text on a black background
contrast 13.86:1
Card sample
#e7d430 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7d430;
Background color
Panel with #e7d430 background
background-color: #e7d430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7d430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7d430; background: linear-gradient(135deg, #e7d430, #80E730);