#ee66aa
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 102, 170
HSL
330°, 80%, 67%
CMYK
0, 57, 29, 7
Luminance
0.3058
Every format
| HEX | #ee66aa |
| RGB | rgb(238, 102, 170) |
| HSL | hsl(330, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 29%, 7%) |
| LAB | lab(62.2 59.3 -10.2) |
| LCH | lch(62.2 60.1 350.3) |
| OKLCH | oklch(0.698 0.182 351.7) |
Copy-ready code
/* CSS */
color: #ee66aa;
background-color: #ee66aa;
/* Tailwind (arbitrary) */
class="text-[#ee66aa] bg-[#ee66aa]"
/* SCSS */
$brand: #ee66aa;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.667)
/* Android */
Color.parseColor("#ee66aa")Accessibility — WCAG contrast
Aa
#ee66aa on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee66aa on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow28.6%
Key (black)6.7%
Color previews
#ee66aa text on a black background
contrast 7.12:1
Card sample
#ee66aa text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee66aa;
Background color
Panel with #ee66aa background
background-color: #ee66aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee66aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee66aa; background: linear-gradient(135deg, #ee66aa, #EE7D66);