#eee730
a balanced, electric yellow · cool · closest name: gold
RGB
238, 231, 48
HSL
58°, 85%, 56%
CMYK
0, 3, 80, 7
Luminance
0.7554
Every format
| HEX | #eee730 |
| RGB | rgb(238, 231, 48) |
| HSL | hsl(58, 85%, 56%) |
| CMYK | cmyk(0%, 3%, 80%, 7%) |
| LAB | lab(89.7 -16.3 81.2) |
| LCH | lch(89.7 82.9 101.3) |
| OKLCH | oklch(0.905 0.184 107.2) |
Copy-ready code
/* CSS */
color: #eee730;
background-color: #eee730;
/* Tailwind (arbitrary) */
class="text-[#eee730] bg-[#eee730]"
/* SCSS */
$brand: #eee730;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.188)
/* Android */
Color.parseColor("#eee730")Accessibility — WCAG contrast
Aa
#eee730 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee730 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow79.8%
Key (black)6.7%
Color previews
#eee730 text on a black background
contrast 16.11:1
Card sample
#eee730 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee730;
Background color
Panel with #eee730 background
background-color: #eee730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee730; background: linear-gradient(135deg, #eee730, #76EE30);