#eed950
a balanced, electric yellow · cool · closest name: gold
RGB
238, 217, 80
HSL
52°, 82%, 62%
CMYK
0, 9, 66, 7
Luminance
0.6838
Every format
| HEX | #eed950 |
| RGB | rgb(238, 217, 80) |
| HSL | hsl(52, 82%, 62%) |
| CMYK | cmyk(0%, 9%, 66%, 7%) |
| LAB | lab(86.2 -8.0 67.4) |
| LCH | lch(86.2 67.8 96.8) |
| OKLCH | oklch(0.878 0.154 100.5) |
Copy-ready code
/* CSS */
color: #eed950;
background-color: #eed950;
/* Tailwind (arbitrary) */
class="text-[#eed950] bg-[#eed950]"
/* SCSS */
$brand: #eed950;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.314)
/* Android */
Color.parseColor("#eed950")Accessibility — WCAG contrast
Aa
#eed950 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed950 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow66.4%
Key (black)6.7%
Color previews
#eed950 text on a black background
contrast 14.68:1
Card sample
#eed950 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed950;
Background color
Panel with #eed950 background
background-color: #eed950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed950; background: linear-gradient(135deg, #eed950, #9AEE50);