#ee8899
a light, electric red · warm · closest name: salmon
RGB
238, 136, 153
HSL
350°, 75%, 73%
CMYK
0, 43, 36, 7
Luminance
0.3809
Every format
| HEX | #ee8899 |
| RGB | rgb(238, 136, 153) |
| HSL | hsl(350, 75%, 73%) |
| CMYK | cmyk(0%, 43%, 36%, 7%) |
| LAB | lab(68.1 40.7 8.2) |
| LCH | lch(68.1 41.5 11.3) |
| OKLCH | oklch(0.741 0.125 9.9) |
Copy-ready code
/* CSS */
color: #ee8899;
background-color: #ee8899;
/* Tailwind (arbitrary) */
class="text-[#ee8899] bg-[#ee8899]"
/* SCSS */
$brand: #ee8899;
/* SwiftUI */
Color(red: 0.933, green: 0.533, blue: 0.600)
/* Android */
Color.parseColor("#ee8899")Accessibility — WCAG contrast
Aa
#ee8899 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8899 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green53.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow35.7%
Key (black)6.7%
Color previews
#ee8899 text on a black background
contrast 8.62:1
Card sample
#ee8899 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8899;
Background color
Panel with #ee8899 background
background-color: #ee8899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 136, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 136, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8899; background: linear-gradient(135deg, #ee8899, #EEBB88);