#ee6688
a light, electric red · warm · closest name: salmon
RGB
238, 102, 136
HSL
345°, 80%, 67%
CMYK
0, 57, 43, 7
Luminance
0.2946
Every format
| HEX | #ee6688 |
| RGB | rgb(238, 102, 136) |
| HSL | hsl(345, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 43%, 7%) |
| LAB | lab(61.2 55.4 8.0) |
| LCH | lch(61.2 56.0 8.2) |
| OKLCH | oklch(0.687 0.170 7.1) |
Copy-ready code
/* CSS */
color: #ee6688;
background-color: #ee6688;
/* Tailwind (arbitrary) */
class="text-[#ee6688] bg-[#ee6688]"
/* SCSS */
$brand: #ee6688;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.533)
/* Android */
Color.parseColor("#ee6688")Accessibility — WCAG contrast
Aa
#ee6688 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee6688 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow42.9%
Key (black)6.7%
Color previews
#ee6688 text on a black background
contrast 6.89:1
Card sample
#ee6688 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6688;
Background color
Panel with #ee6688 background
background-color: #ee6688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6688; background: linear-gradient(135deg, #ee6688, #EE9F66);