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