#ec1eb5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 30, 181
HSL
316°, 84%, 52%
CMYK
0, 87, 23, 8
Luminance
0.2210
Every format
| HEX | #ec1eb5 |
| RGB | rgb(236, 30, 181) |
| HSL | hsl(316, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 23%, 8%) |
| LAB | lab(54.1 82.7 -28.8) |
| LCH | lch(54.1 87.6 340.8) |
| OKLCH | oklch(0.640 0.262 342.8) |
Copy-ready code
/* CSS */
color: #ec1eb5;
background-color: #ec1eb5;
/* Tailwind (arbitrary) */
class="text-[#ec1eb5] bg-[#ec1eb5]"
/* SCSS */
$brand: #ec1eb5;
/* SwiftUI */
Color(red: 0.925, green: 0.118, blue: 0.710)
/* Android */
Color.parseColor("#ec1eb5")Accessibility — WCAG contrast
Aa
#ec1eb5 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec1eb5 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green11.8%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow23.3%
Key (black)7.5%
Color previews
#ec1eb5 text on a black background
contrast 5.42:1
Card sample
#ec1eb5 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec1eb5;
Background color
Panel with #ec1eb5 background
background-color: #ec1eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec1eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 30, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 30, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec1eb5; background: linear-gradient(135deg, #ec1eb5, #EC1E2C);