#eb33ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 51, 206
HSL
310°, 82%, 56%
CMYK
0, 78, 12, 8
Luminance
0.2449
Every format
| HEX | #eb33ce |
| RGB | rgb(235, 51, 206) |
| HSL | hsl(310, 82%, 56%) |
| CMYK | cmyk(0%, 78%, 12%, 8%) |
| LAB | lab(56.6 81.4 -39.4) |
| LCH | lch(56.6 90.5 334.2) |
| OKLCH | oklch(0.660 0.262 335.7) |
Copy-ready code
/* CSS */
color: #eb33ce;
background-color: #eb33ce;
/* Tailwind (arbitrary) */
class="text-[#eb33ce] bg-[#eb33ce]"
/* SCSS */
$brand: #eb33ce;
/* SwiftUI */
Color(red: 0.922, green: 0.200, blue: 0.808)
/* Android */
Color.parseColor("#eb33ce")Accessibility — WCAG contrast
Aa
#eb33ce on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb33ce on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow12.3%
Key (black)7.8%
Color previews
#eb33ce text on a black background
contrast 5.90:1
Card sample
#eb33ce text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb33ce;
Background color
Panel with #eb33ce background
background-color: #eb33ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb33ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 51, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 51, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb33ce; background: linear-gradient(135deg, #eb33ce, #EB3353);