#eecf13
a balanced, electric yellow · cool · closest name: gold
RGB
238, 207, 19
HSL
52°, 87%, 50%
CMYK
0, 13, 92, 7
Luminance
0.6285
Every format
| HEX | #eecf13 |
| RGB | rgb(238, 207, 19) |
| HSL | hsl(52, 87%, 50%) |
| CMYK | cmyk(0%, 13%, 92%, 7%) |
| LAB | lab(83.4 -5.0 82.0) |
| LCH | lch(83.4 82.1 93.5) |
| OKLCH | oklch(0.855 0.174 98.0) |
Copy-ready code
/* CSS */
color: #eecf13;
background-color: #eecf13;
/* Tailwind (arbitrary) */
class="text-[#eecf13] bg-[#eecf13]"
/* SCSS */
$brand: #eecf13;
/* SwiftUI */
Color(red: 0.933, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#eecf13")Accessibility — WCAG contrast
Aa
#eecf13 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecf13 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow92.0%
Key (black)6.7%
Color previews
#eecf13 text on a black background
contrast 13.57:1
Card sample
#eecf13 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecf13;
Background color
Panel with #eecf13 background
background-color: #eecf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecf13; background: linear-gradient(135deg, #eecf13, #7BEE13);