#e6007a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
230, 0, 122
HSL
328°, 100%, 45%
CMYK
0, 100, 47, 10
Luminance
0.1823
Every format
| HEX | #e6007a |
| RGB | rgb(230, 0, 122) |
| HSL | hsl(328, 100%, 45%) |
| CMYK | cmyk(0%, 100%, 47%, 10%) |
| LAB | lab(49.8 78.7 -0.3) |
| LCH | lch(49.8 78.7 359.8) |
| OKLCH | oklch(0.599 0.243 360.0) |
Copy-ready code
/* CSS */
color: #e6007a;
background-color: #e6007a;
/* Tailwind (arbitrary) */
class="text-[#e6007a] bg-[#e6007a]"
/* SCSS */
$brand: #e6007a;
/* SwiftUI */
Color(red: 0.902, green: 0.000, blue: 0.478)
/* Android */
Color.parseColor("#e6007a")Accessibility — WCAG contrast
Aa
#e6007a on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e6007a on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green0.0%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow47.0%
Key (black)9.8%
Color previews
#e6007a text on a black background
contrast 4.65:1
Card sample
#e6007a text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6007a;
Background color
Panel with #e6007a background
background-color: #e6007a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6007a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 0, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 0, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6007a; background: linear-gradient(135deg, #e6007a, #E61F00);