#ee9199
a light, vivid red · warm · closest name: pink
RGB
238, 145, 153
HSL
355°, 73%, 75%
CMYK
0, 39, 36, 7
Luminance
0.4073
Every format
| HEX | #ee9199 |
| RGB | rgb(238, 145, 153) |
| HSL | hsl(355, 73%, 75%) |
| CMYK | cmyk(0%, 39%, 36%, 7%) |
| LAB | lab(70.0 36.0 10.9) |
| LCH | lch(70.0 37.6 16.8) |
| OKLCH | oklch(0.755 0.113 14.6) |
Copy-ready code
/* CSS */
color: #ee9199;
background-color: #ee9199;
/* Tailwind (arbitrary) */
class="text-[#ee9199] bg-[#ee9199]"
/* SCSS */
$brand: #ee9199;
/* SwiftUI */
Color(red: 0.933, green: 0.569, blue: 0.600)
/* Android */
Color.parseColor("#ee9199")Accessibility — WCAG contrast
Aa
#ee9199 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9199 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow35.7%
Key (black)6.7%
Color previews
#ee9199 text on a black background
contrast 9.15:1
Card sample
#ee9199 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9199;
Background color
Panel with #ee9199 background
background-color: #ee9199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 145, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 145, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9199; background: linear-gradient(135deg, #ee9199, #EEC791);