#eed491
a light, vivid yellow · warm · closest name: khaki
RGB
238, 212, 145
HSL
43°, 73%, 75%
CMYK
0, 11, 39, 7
Luminance
0.6731
Every format
| HEX | #eed491 |
| RGB | rgb(238, 212, 145) |
| HSL | hsl(43, 73%, 75%) |
| CMYK | cmyk(0%, 11%, 39%, 7%) |
| LAB | lab(85.7 -0.1 36.5) |
| LCH | lch(85.7 36.5 90.2) |
| OKLCH | oklch(0.876 0.090 89.2) |
Copy-ready code
/* CSS */
color: #eed491;
background-color: #eed491;
/* Tailwind (arbitrary) */
class="text-[#eed491] bg-[#eed491]"
/* SCSS */
$brand: #eed491;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.569)
/* Android */
Color.parseColor("#eed491")Accessibility — WCAG contrast
Aa
#eed491 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed491 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow39.1%
Key (black)6.7%
Color previews
#eed491 text on a black background
contrast 14.46:1
Card sample
#eed491 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed491;
Background color
Panel with #eed491 background
background-color: #eed491;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed491;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed491; background: linear-gradient(135deg, #eed491, #CAEE91);