#eed455
a balanced, electric yellow · cool · closest name: khaki
RGB
238, 212, 85
HSL
50°, 82%, 63%
CMYK
0, 11, 64, 7
Luminance
0.6592
Every format
| HEX | #eed455 |
| RGB | rgb(238, 212, 85) |
| HSL | hsl(50, 82%, 63%) |
| CMYK | cmyk(0%, 11%, 64%, 7%) |
| LAB | lab(85.0 -5.2 64.0) |
| LCH | lch(85.0 64.2 94.6) |
| OKLCH | oklch(0.869 0.147 97.6) |
Copy-ready code
/* CSS */
color: #eed455;
background-color: #eed455;
/* Tailwind (arbitrary) */
class="text-[#eed455] bg-[#eed455]"
/* SCSS */
$brand: #eed455;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.333)
/* Android */
Color.parseColor("#eed455")Accessibility — WCAG contrast
Aa
#eed455 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed455 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow64.3%
Key (black)6.7%
Color previews
#eed455 text on a black background
contrast 14.18:1
Card sample
#eed455 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed455;
Background color
Panel with #eed455 background
background-color: #eed455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed455; background: linear-gradient(135deg, #eed455, #A2EE55);