#eee347
a balanced, electric yellow · cool · closest name: gold
RGB
238, 227, 71
HSL
56°, 83%, 61%
CMYK
0, 5, 70, 7
Luminance
0.7357
Every format
| HEX | #eee347 |
| RGB | rgb(238, 227, 71) |
| HSL | hsl(56, 83%, 61%) |
| CMYK | cmyk(0%, 5%, 70%, 7%) |
| LAB | lab(88.7 -13.4 73.3) |
| LCH | lch(88.7 74.5 100.4) |
| OKLCH | oklch(0.898 0.169 105.3) |
Copy-ready code
/* CSS */
color: #eee347;
background-color: #eee347;
/* Tailwind (arbitrary) */
class="text-[#eee347] bg-[#eee347]"
/* SCSS */
$brand: #eee347;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.278)
/* Android */
Color.parseColor("#eee347")Accessibility — WCAG contrast
Aa
#eee347 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee347 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow70.2%
Key (black)6.7%
Color previews
#eee347 text on a black background
contrast 15.71:1
Card sample
#eee347 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee347;
Background color
Panel with #eee347 background
background-color: #eee347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee347; background: linear-gradient(135deg, #eee347, #8AEE47);