#ee66ff
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 102, 255
HSL
293°, 100%, 70%
CMYK
7, 60, 0, 0
Luminance
0.3490
Every format
| HEX | #ee66ff |
| RGB | rgb(238, 102, 255) |
| HSL | hsl(293, 100%, 70%) |
| CMYK | cmyk(7%, 60%, 0%, 0%) |
| LAB | lab(65.7 72.2 -52.5) |
| LCH | lch(65.7 89.3 324.0) |
| OKLCH | oklch(0.735 0.243 323.1) |
Copy-ready code
/* CSS */
color: #ee66ff;
background-color: #ee66ff;
/* Tailwind (arbitrary) */
class="text-[#ee66ff] bg-[#ee66ff]"
/* SCSS */
$brand: #ee66ff;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#ee66ff")Accessibility — WCAG contrast
Aa
#ee66ff on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee66ff on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ee66ff text on a black background
contrast 7.98:1
Card sample
#ee66ff text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee66ff;
Background color
Panel with #ee66ff background
background-color: #ee66ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee66ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee66ff; background: linear-gradient(135deg, #ee66ff, #FF66AA);