#eea299
a light, vivid red · warm · closest name: pink
RGB
238, 162, 153
HSL
6°, 71%, 77%
CMYK
0, 32, 36, 7
Luminance
0.4632
Every format
| HEX | #eea299 |
| RGB | rgb(238, 162, 153) |
| HSL | hsl(6, 71%, 77%) |
| CMYK | cmyk(0%, 32%, 36%, 7%) |
| LAB | lab(73.8 27.1 16.2) |
| LCH | lch(73.8 31.5 30.8) |
| OKLCH | oklch(0.784 0.092 26.8) |
Copy-ready code
/* CSS */
color: #eea299;
background-color: #eea299;
/* Tailwind (arbitrary) */
class="text-[#eea299] bg-[#eea299]"
/* SCSS */
$brand: #eea299;
/* SwiftUI */
Color(red: 0.933, green: 0.635, blue: 0.600)
/* Android */
Color.parseColor("#eea299")Accessibility — WCAG contrast
Aa
#eea299 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea299 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green63.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow35.7%
Key (black)6.7%
Color previews
#eea299 text on a black background
contrast 10.26:1
Card sample
#eea299 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea299;
Background color
Panel with #eea299 background
background-color: #eea299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 162, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 162, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea299; background: linear-gradient(135deg, #eea299, #EEDB99);