#eecf2f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 207, 47
HSL
50°, 85%, 56%
CMYK
0, 13, 80, 7
Luminance
0.6301
Every format
| HEX | #eecf2f |
| RGB | rgb(238, 207, 47) |
| HSL | hsl(50, 85%, 56%) |
| CMYK | cmyk(0%, 13%, 80%, 7%) |
| LAB | lab(83.5 -4.3 76.1) |
| LCH | lch(83.5 76.3 93.3) |
| OKLCH | oklch(0.856 0.166 97.3) |
Copy-ready code
/* CSS */
color: #eecf2f;
background-color: #eecf2f;
/* Tailwind (arbitrary) */
class="text-[#eecf2f] bg-[#eecf2f]"
/* SCSS */
$brand: #eecf2f;
/* SwiftUI */
Color(red: 0.933, green: 0.812, blue: 0.184)
/* Android */
Color.parseColor("#eecf2f")Accessibility — WCAG contrast
Aa
#eecf2f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecf2f on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow80.3%
Key (black)6.7%
Color previews
#eecf2f text on a black background
contrast 13.60:1
Card sample
#eecf2f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecf2f;
Background color
Panel with #eecf2f background
background-color: #eecf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 207, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 207, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecf2f; background: linear-gradient(135deg, #eecf2f, #8EEE2F);