#eed092
a light, vivid yellow · warm · closest name: tan
RGB
238, 208, 146
HSL
40°, 73%, 75%
CMYK
0, 13, 39, 7
Luminance
0.6536
Every format
| HEX | #eed092 |
| RGB | rgb(238, 208, 146) |
| HSL | hsl(40, 73%, 75%) |
| CMYK | cmyk(0%, 13%, 39%, 7%) |
| LAB | lab(84.7 2.0 34.7) |
| LCH | lch(84.7 34.7 86.6) |
| OKLCH | oklch(0.869 0.086 84.9) |
Copy-ready code
/* CSS */
color: #eed092;
background-color: #eed092;
/* Tailwind (arbitrary) */
class="text-[#eed092] bg-[#eed092]"
/* SCSS */
$brand: #eed092;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.573)
/* Android */
Color.parseColor("#eed092")Accessibility — WCAG contrast
Aa
#eed092 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed092 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow38.7%
Key (black)6.7%
Color previews
#eed092 text on a black background
contrast 14.07:1
Card sample
#eed092 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed092;
Background color
Panel with #eed092 background
background-color: #eed092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed092; background: linear-gradient(135deg, #eed092, #CFEE92);