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