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