#eb66eb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 102, 235
HSL
300°, 77%, 66%
CMYK
0, 57, 0, 8
Luminance
0.3316
Every format
| HEX | #eb66eb |
| RGB | rgb(235, 102, 235) |
| HSL | hsl(300, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 0%, 8%) |
| LAB | lab(64.3 68.0 -43.6) |
| LCH | lch(64.3 80.8 327.3) |
| OKLCH | oklch(0.721 0.224 327.6) |
Copy-ready code
/* CSS */
color: #eb66eb;
background-color: #eb66eb;
/* Tailwind (arbitrary) */
class="text-[#eb66eb] bg-[#eb66eb]"
/* SCSS */
$brand: #eb66eb;
/* SwiftUI */
Color(red: 0.922, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#eb66eb")Accessibility — WCAG contrast
Aa
#eb66eb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb66eb on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#eb66eb text on a black background
contrast 7.63:1
Card sample
#eb66eb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb66eb;
Background color
Panel with #eb66eb background
background-color: #eb66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb66eb; background: linear-gradient(135deg, #eb66eb, #EB6692);