#ee6677
a light, electric red · warm · closest name: salmon
RGB
238, 102, 119
HSL
353°, 80%, 67%
CMYK
0, 57, 50, 7
Luminance
0.2901
Every format
| HEX | #ee6677 |
| RGB | rgb(238, 102, 119) |
| HSL | hsl(353, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 50%, 7%) |
| LAB | lab(60.8 53.8 17.3) |
| LCH | lch(60.8 56.5 17.8) |
| OKLCH | oklch(0.683 0.168 15.1) |
Copy-ready code
/* CSS */
color: #ee6677;
background-color: #ee6677;
/* Tailwind (arbitrary) */
class="text-[#ee6677] bg-[#ee6677]"
/* SCSS */
$brand: #ee6677;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.467)
/* Android */
Color.parseColor("#ee6677")Accessibility — WCAG contrast
Aa
#ee6677 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee6677 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow50.0%
Key (black)6.7%
Color previews
#ee6677 text on a black background
contrast 6.80:1
Card sample
#ee6677 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6677;
Background color
Panel with #ee6677 background
background-color: #ee6677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6677; background: linear-gradient(135deg, #ee6677, #EEB066);