#ec35ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 53, 206
HSL
310°, 83%, 57%
CMYK
0, 78, 13, 8
Luminance
0.2484
Every format
| HEX | #ec35ce |
| RGB | rgb(236, 53, 206) |
| HSL | hsl(310, 83%, 57%) |
| CMYK | cmyk(0%, 78%, 13%, 8%) |
| LAB | lab(56.9 81.1 -38.9) |
| LCH | lch(56.9 89.9 334.4) |
| OKLCH | oklch(0.663 0.261 336.0) |
Copy-ready code
/* CSS */
color: #ec35ce;
background-color: #ec35ce;
/* Tailwind (arbitrary) */
class="text-[#ec35ce] bg-[#ec35ce]"
/* SCSS */
$brand: #ec35ce;
/* SwiftUI */
Color(red: 0.925, green: 0.208, blue: 0.808)
/* Android */
Color.parseColor("#ec35ce")Accessibility — WCAG contrast
Aa
#ec35ce on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec35ce on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green20.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow12.7%
Key (black)7.5%
Color previews
#ec35ce text on a black background
contrast 5.97:1
Card sample
#ec35ce text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec35ce;
Background color
Panel with #ec35ce background
background-color: #ec35ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec35ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 53, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 53, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec35ce; background: linear-gradient(135deg, #ec35ce, #EC3554);