#ee6693
a light, electric magenta / pink · warm · closest name: salmon
RGB
238, 102, 147
HSL
340°, 80%, 67%
CMYK
0, 57, 38, 7
Luminance
0.2979
Every format
| HEX | #ee6693 |
| RGB | rgb(238, 102, 147) |
| HSL | hsl(340, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 38%, 7%) |
| LAB | lab(61.5 56.6 2.0) |
| LCH | lch(61.5 56.6 2.1) |
| OKLCH | oklch(0.690 0.172 2.0) |
Copy-ready code
/* CSS */
color: #ee6693;
background-color: #ee6693;
/* Tailwind (arbitrary) */
class="text-[#ee6693] bg-[#ee6693]"
/* SCSS */
$brand: #ee6693;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.576)
/* Android */
Color.parseColor("#ee6693")Accessibility — WCAG contrast
Aa
#ee6693 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee6693 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow38.2%
Key (black)6.7%
Color previews
#ee6693 text on a black background
contrast 6.96:1
Card sample
#ee6693 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6693;
Background color
Panel with #ee6693 background
background-color: #ee6693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6693; background: linear-gradient(135deg, #ee6693, #EE9466);