#e11684
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
225, 22, 132
HSL
328°, 82%, 48%
CMYK
0, 90, 41, 12
Luminance
0.1825
Every format
| HEX | #e11684 |
| RGB | rgb(225, 22, 132) |
| HSL | hsl(328, 82%, 48%) |
| CMYK | cmyk(0%, 90%, 41%, 12%) |
| LAB | lab(49.8 76.5 -6.5) |
| LCH | lch(49.8 76.8 355.2) |
| OKLCH | oklch(0.599 0.237 356.1) |
Copy-ready code
/* CSS */
color: #e11684;
background-color: #e11684;
/* Tailwind (arbitrary) */
class="text-[#e11684] bg-[#e11684]"
/* SCSS */
$brand: #e11684;
/* SwiftUI */
Color(red: 0.882, green: 0.086, blue: 0.518)
/* Android */
Color.parseColor("#e11684")Accessibility — WCAG contrast
Aa
#e11684 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e11684 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green8.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow41.3%
Key (black)11.8%
Color previews
#e11684 text on a black background
contrast 4.65:1
Card sample
#e11684 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e11684;
Background color
Panel with #e11684 background
background-color: #e11684;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e11684;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 22, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 22, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e11684; background: linear-gradient(135deg, #e11684, #E12F16);