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