#ee66cc
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 102, 204
HSL
315°, 80%, 67%
CMYK
0, 57, 14, 7
Luminance
0.3204
Every format
| HEX | #ee66cc |
| RGB | rgb(238, 102, 204) |
| HSL | hsl(315, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 14%, 7%) |
| LAB | lab(63.4 63.9 -27.7) |
| LCH | lch(63.4 69.6 336.6) |
| OKLCH | oklch(0.711 0.202 338.3) |
Copy-ready code
/* CSS */
color: #ee66cc;
background-color: #ee66cc;
/* Tailwind (arbitrary) */
class="text-[#ee66cc] bg-[#ee66cc]"
/* SCSS */
$brand: #ee66cc;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.800)
/* Android */
Color.parseColor("#ee66cc")Accessibility — WCAG contrast
Aa
#ee66cc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee66cc on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow14.3%
Key (black)6.7%
Color previews
#ee66cc text on a black background
contrast 7.41:1
Card sample
#ee66cc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee66cc;
Background color
Panel with #ee66cc background
background-color: #ee66cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee66cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee66cc; background: linear-gradient(135deg, #ee66cc, #EE6671);