#eb31ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 49, 206
HSL
309°, 82%, 56%
CMYK
0, 79, 12, 8
Luminance
0.2432
Every format
| HEX | #eb31ce |
| RGB | rgb(235, 49, 206) |
| HSL | hsl(309, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 12%, 8%) |
| LAB | lab(56.4 81.9 -39.7) |
| LCH | lch(56.4 91.0 334.1) |
| OKLCH | oklch(0.659 0.264 335.7) |
Copy-ready code
/* CSS */
color: #eb31ce;
background-color: #eb31ce;
/* Tailwind (arbitrary) */
class="text-[#eb31ce] bg-[#eb31ce]"
/* SCSS */
$brand: #eb31ce;
/* SwiftUI */
Color(red: 0.922, green: 0.192, blue: 0.808)
/* Android */
Color.parseColor("#eb31ce")Accessibility — WCAG contrast
Aa
#eb31ce on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb31ce on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow12.3%
Key (black)7.8%
Color previews
#eb31ce text on a black background
contrast 5.86:1
Card sample
#eb31ce text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb31ce;
Background color
Panel with #eb31ce background
background-color: #eb31ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb31ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 49, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 49, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb31ce; background: linear-gradient(135deg, #eb31ce, #EB3152);