#e7e953
a balanced, electric yellow · cool · closest name: gold
RGB
231, 233, 83
HSL
61°, 77%, 62%
CMYK
1, 0, 64, 9
Luminance
0.7589
Every format
| HEX | #e7e953 |
| RGB | rgb(231, 233, 83) |
| HSL | hsl(61, 77%, 62%) |
| CMYK | cmyk(1%, 0%, 64%, 9%) |
| LAB | lab(89.8 -18.6 69.7) |
| LCH | lch(89.8 72.2 104.9) |
| OKLCH | oklch(0.906 0.167 110.1) |
Copy-ready code
/* CSS */
color: #e7e953;
background-color: #e7e953;
/* Tailwind (arbitrary) */
class="text-[#e7e953] bg-[#e7e953]"
/* SCSS */
$brand: #e7e953;
/* SwiftUI */
Color(red: 0.906, green: 0.914, blue: 0.325)
/* Android */
Color.parseColor("#e7e953")Accessibility — WCAG contrast
Aa
#e7e953 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e953 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green91.4%
Blue32.5%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow64.4%
Key (black)8.6%
Color previews
#e7e953 text on a black background
contrast 16.18:1
Card sample
#e7e953 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e953;
Background color
Panel with #e7e953 background
background-color: #e7e953;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e953;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 233, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 233, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e953; background: linear-gradient(135deg, #e7e953, #83E953);