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