#eee640
a balanced, electric yellow · cool · closest name: gold
RGB
238, 230, 64
HSL
57°, 84%, 59%
CMYK
0, 3, 73, 7
Luminance
0.7514
Every format
| HEX | #eee640 |
| RGB | rgb(238, 230, 64) |
| HSL | hsl(57, 84%, 59%) |
| CMYK | cmyk(0%, 3%, 73%, 7%) |
| LAB | lab(89.5 -15.2 76.4) |
| LCH | lch(89.5 77.9 101.3) |
| OKLCH | oklch(0.904 0.175 106.6) |
Copy-ready code
/* CSS */
color: #eee640;
background-color: #eee640;
/* Tailwind (arbitrary) */
class="text-[#eee640] bg-[#eee640]"
/* SCSS */
$brand: #eee640;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.251)
/* Android */
Color.parseColor("#eee640")Accessibility — WCAG contrast
Aa
#eee640 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee640 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow73.1%
Key (black)6.7%
Color previews
#eee640 text on a black background
contrast 16.03:1
Card sample
#eee640 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee640;
Background color
Panel with #eee640 background
background-color: #eee640;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee640;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee640; background: linear-gradient(135deg, #eee640, #82EE40);