#eb3ce6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 60, 230
HSL
302°, 81%, 58%
CMYK
0, 75, 2, 8
Luminance
0.2661
Every format
| HEX | #eb3ce6 |
| RGB | rgb(235, 60, 230) |
| HSL | hsl(302, 81%, 58%) |
| CMYK | cmyk(0%, 75%, 2%, 8%) |
| LAB | lab(58.6 82.5 -49.8) |
| LCH | lch(58.6 96.3 328.9) |
| OKLCH | oklch(0.679 0.270 329.3) |
Copy-ready code
/* CSS */
color: #eb3ce6;
background-color: #eb3ce6;
/* Tailwind (arbitrary) */
class="text-[#eb3ce6] bg-[#eb3ce6]"
/* SCSS */
$brand: #eb3ce6;
/* SwiftUI */
Color(red: 0.922, green: 0.235, blue: 0.902)
/* Android */
Color.parseColor("#eb3ce6")Accessibility — WCAG contrast
Aa
#eb3ce6 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3ce6 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow2.1%
Key (black)7.8%
Color previews
#eb3ce6 text on a black background
contrast 6.32:1
Card sample
#eb3ce6 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3ce6;
Background color
Panel with #eb3ce6 background
background-color: #eb3ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 60, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 60, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3ce6; background: linear-gradient(135deg, #eb3ce6, #EB3C71);