#eea499
a light, vivid red · warm · closest name: pink
RGB
238, 164, 153
HSL
8°, 71%, 77%
CMYK
0, 31, 36, 7
Luminance
0.4703
Every format
| HEX | #eea499 |
| RGB | rgb(238, 164, 153) |
| HSL | hsl(8, 71%, 77%) |
| CMYK | cmyk(0%, 31%, 36%, 7%) |
| LAB | lab(74.2 26.0 16.8) |
| LCH | lch(74.2 31.0 32.8) |
| OKLCH | oklch(0.787 0.090 28.6) |
Copy-ready code
/* CSS */
color: #eea499;
background-color: #eea499;
/* Tailwind (arbitrary) */
class="text-[#eea499] bg-[#eea499]"
/* SCSS */
$brand: #eea499;
/* SwiftUI */
Color(red: 0.933, green: 0.643, blue: 0.600)
/* Android */
Color.parseColor("#eea499")Accessibility — WCAG contrast
Aa
#eea499 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea499 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green64.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow35.7%
Key (black)6.7%
Color previews
#eea499 text on a black background
contrast 10.41:1
Card sample
#eea499 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea499;
Background color
Panel with #eea499 background
background-color: #eea499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 164, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 164, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea499; background: linear-gradient(135deg, #eea499, #EEDD99);