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