#eb22ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 34, 206
HSL
309°, 83%, 53%
CMYK
0, 86, 12, 8
Luminance
0.2326
Every format
| HEX | #eb22ce |
| RGB | rgb(235, 34, 206) |
| HSL | hsl(309, 83%, 53%) |
| CMYK | cmyk(0%, 86%, 12%, 8%) |
| LAB | lab(55.4 85.0 -41.4) |
| LCH | lch(55.4 94.5 334.0) |
| OKLCH | oklch(0.652 0.274 335.6) |
Copy-ready code
/* CSS */
color: #eb22ce;
background-color: #eb22ce;
/* Tailwind (arbitrary) */
class="text-[#eb22ce] bg-[#eb22ce]"
/* SCSS */
$brand: #eb22ce;
/* SwiftUI */
Color(red: 0.922, green: 0.133, blue: 0.808)
/* Android */
Color.parseColor("#eb22ce")Accessibility — WCAG contrast
Aa
#eb22ce on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb22ce on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow12.3%
Key (black)7.8%
Color previews
#eb22ce text on a black background
contrast 5.65:1
Card sample
#eb22ce text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb22ce;
Background color
Panel with #eb22ce background
background-color: #eb22ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb22ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 34, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 34, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb22ce; background: linear-gradient(135deg, #eb22ce, #EB2248);