#eb6ffc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 111, 252
HSL
293°, 96%, 71%
CMYK
7, 56, 0, 1
Luminance
0.3606
Every format
| HEX | #eb6ffc |
| RGB | rgb(235, 111, 252) |
| HSL | hsl(293, 96%, 71%) |
| CMYK | cmyk(7%, 56%, 0%, 1%) |
| LAB | lab(66.6 67.0 -49.4) |
| LCH | lch(66.6 83.3 323.6) |
| OKLCH | oklch(0.740 0.226 322.7) |
Copy-ready code
/* CSS */
color: #eb6ffc;
background-color: #eb6ffc;
/* Tailwind (arbitrary) */
class="text-[#eb6ffc] bg-[#eb6ffc]"
/* SCSS */
$brand: #eb6ffc;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.988)
/* Android */
Color.parseColor("#eb6ffc")Accessibility — WCAG contrast
Aa
#eb6ffc on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6ffc on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta56.0%
Yellow0.0%
Key (black)1.2%
Color previews
#eb6ffc text on a black background
contrast 8.21:1
Card sample
#eb6ffc text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6ffc;
Background color
Panel with #eb6ffc background
background-color: #eb6ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6ffc; background: linear-gradient(135deg, #eb6ffc, #FC6FAF);