#e066e0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
224, 102, 224
HSL
300°, 66%, 64%
CMYK
0, 55, 0, 12
Luminance
0.3073
Every format
| HEX | #e066e0 |
| RGB | rgb(224, 102, 224) |
| HSL | hsl(300, 66%, 64%) |
| CMYK | cmyk(0%, 55%, 0%, 12%) |
| LAB | lab(62.3 63.3 -40.8) |
| LCH | lch(62.3 75.3 327.2) |
| OKLCH | oklch(0.701 0.209 327.5) |
Copy-ready code
/* CSS */
color: #e066e0;
background-color: #e066e0;
/* Tailwind (arbitrary) */
class="text-[#e066e0] bg-[#e066e0]"
/* SCSS */
$brand: #e066e0;
/* SwiftUI */
Color(red: 0.878, green: 0.400, blue: 0.878)
/* Android */
Color.parseColor("#e066e0")Accessibility — WCAG contrast
Aa
#e066e0 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e066e0 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green40.0%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow0.0%
Key (black)12.2%
Color previews
#e066e0 text on a black background
contrast 7.15:1
Card sample
#e066e0 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e066e0;
Background color
Panel with #e066e0 background
background-color: #e066e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e066e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 102, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 102, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e066e0; background: linear-gradient(135deg, #e066e0, #E0668F);