#eee746
a balanced, electric yellow · cool · closest name: gold
RGB
238, 231, 70
HSL
58°, 83%, 60%
CMYK
0, 3, 71, 7
Luminance
0.7577
Every format
| HEX | #eee746 |
| RGB | rgb(238, 231, 70) |
| HSL | hsl(58, 83%, 60%) |
| CMYK | cmyk(0%, 3%, 71%, 7%) |
| LAB | lab(89.8 -15.4 74.6) |
| LCH | lch(89.8 76.2 101.7) |
| OKLCH | oklch(0.906 0.173 106.9) |
Copy-ready code
/* CSS */
color: #eee746;
background-color: #eee746;
/* Tailwind (arbitrary) */
class="text-[#eee746] bg-[#eee746]"
/* SCSS */
$brand: #eee746;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.275)
/* Android */
Color.parseColor("#eee746")Accessibility — WCAG contrast
Aa
#eee746 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee746 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow70.6%
Key (black)6.7%
Color previews
#eee746 text on a black background
contrast 16.15:1
Card sample
#eee746 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee746;
Background color
Panel with #eee746 background
background-color: #eee746;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee746;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee746; background: linear-gradient(135deg, #eee746, #85EE46);