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