#eea592
a light, vivid red · warm · closest name: pink
RGB
238, 165, 146
HSL
12°, 73%, 75%
CMYK
0, 31, 39, 7
Luminance
0.4716
Every format
| HEX | #eea592 |
| RGB | rgb(238, 165, 146) |
| HSL | hsl(12, 73%, 75%) |
| CMYK | cmyk(0%, 31%, 39%, 7%) |
| LAB | lab(74.3 24.7 20.7) |
| LCH | lch(74.3 32.2 40.0) |
| OKLCH | oklch(0.788 0.091 35.2) |
Copy-ready code
/* CSS */
color: #eea592;
background-color: #eea592;
/* Tailwind (arbitrary) */
class="text-[#eea592] bg-[#eea592]"
/* SCSS */
$brand: #eea592;
/* SwiftUI */
Color(red: 0.933, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#eea592")Accessibility — WCAG contrast
Aa
#eea592 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea592 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green64.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow38.7%
Key (black)6.7%
Color previews
#eea592 text on a black background
contrast 10.43:1
Card sample
#eea592 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea592;
Background color
Panel with #eea592 background
background-color: #eea592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea592; background: linear-gradient(135deg, #eea592, #EEE292);