#eb6fe6
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 111, 230
HSL
302°, 76%, 68%
CMYK
0, 53, 2, 8
Luminance
0.3474
Every format
| HEX | #eb6fe6 |
| RGB | rgb(235, 111, 230) |
| HSL | hsl(302, 76%, 68%) |
| CMYK | cmyk(0%, 53%, 2%, 8%) |
| LAB | lab(65.5 63.2 -38.9) |
| LCH | lch(65.5 74.2 328.4) |
| OKLCH | oklch(0.729 0.207 329.0) |
Copy-ready code
/* CSS */
color: #eb6fe6;
background-color: #eb6fe6;
/* Tailwind (arbitrary) */
class="text-[#eb6fe6] bg-[#eb6fe6]"
/* SCSS */
$brand: #eb6fe6;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.902)
/* Android */
Color.parseColor("#eb6fe6")Accessibility — WCAG contrast
Aa
#eb6fe6 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6fe6 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow2.1%
Key (black)7.8%
Color previews
#eb6fe6 text on a black background
contrast 7.95:1
Card sample
#eb6fe6 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6fe6;
Background color
Panel with #eb6fe6 background
background-color: #eb6fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6fe6; background: linear-gradient(135deg, #eb6fe6, #EB6F93);