#eb6fec
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 111, 236
HSL
300°, 77%, 68%
CMYK
0, 53, 0, 8
Luminance
0.3509
Every format
| HEX | #eb6fec |
| RGB | rgb(235, 111, 236) |
| HSL | hsl(300, 77%, 68%) |
| CMYK | cmyk(0%, 53%, 0%, 8%) |
| LAB | lab(65.8 64.2 -41.8) |
| LCH | lch(65.8 76.6 326.9) |
| OKLCH | oklch(0.732 0.212 327.2) |
Copy-ready code
/* CSS */
color: #eb6fec;
background-color: #eb6fec;
/* Tailwind (arbitrary) */
class="text-[#eb6fec] bg-[#eb6fec]"
/* SCSS */
$brand: #eb6fec;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.925)
/* Android */
Color.parseColor("#eb6fec")Accessibility — WCAG contrast
Aa
#eb6fec on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6fec on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta53.0%
Yellow0.0%
Key (black)7.5%
Color previews
#eb6fec text on a black background
contrast 8.02:1
Card sample
#eb6fec text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6fec;
Background color
Panel with #eb6fec background
background-color: #eb6fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6fec; background: linear-gradient(135deg, #eb6fec, #EC6F9A);