#eee614
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 230, 20
HSL
58°, 87%, 51%
CMYK
0, 3, 92, 7
Luminance
0.7482
Every format
| HEX | #eee614 |
| RGB | rgb(238, 230, 20) |
| HSL | hsl(58, 87%, 51%) |
| CMYK | cmyk(0%, 3%, 92%, 7%) |
| LAB | lab(89.3 -16.4 86.3) |
| LCH | lch(89.3 87.9 100.8) |
| OKLCH | oklch(0.902 0.191 107.1) |
Copy-ready code
/* CSS */
color: #eee614;
background-color: #eee614;
/* Tailwind (arbitrary) */
class="text-[#eee614] bg-[#eee614]"
/* SCSS */
$brand: #eee614;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.078)
/* Android */
Color.parseColor("#eee614")Accessibility — WCAG contrast
Aa
#eee614 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee614 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow91.6%
Key (black)6.7%
Color previews
#eee614 text on a black background
contrast 15.96:1
Card sample
#eee614 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee614;
Background color
Panel with #eee614 background
background-color: #eee614;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee614;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee614; background: linear-gradient(135deg, #eee614, #65EE14);