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