#e61979
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
230, 25, 121
HSL
332°, 80%, 50%
CMYK
0, 89, 47, 10
Luminance
0.1890
Every format
| HEX | #e61979 |
| RGB | rgb(230, 25, 121) |
| HSL | hsl(332, 80%, 50%) |
| CMYK | cmyk(0%, 89%, 47%, 10%) |
| LAB | lab(50.6 76.3 1.4) |
| LCH | lch(50.6 76.3 1.1) |
| OKLCH | oklch(0.605 0.235 1.1) |
Copy-ready code
/* CSS */
color: #e61979;
background-color: #e61979;
/* Tailwind (arbitrary) */
class="text-[#e61979] bg-[#e61979]"
/* SCSS */
$brand: #e61979;
/* SwiftUI */
Color(red: 0.902, green: 0.098, blue: 0.475)
/* Android */
Color.parseColor("#e61979")Accessibility — WCAG contrast
Aa
#e61979 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e61979 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green9.8%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow47.4%
Key (black)9.8%
Color previews
#e61979 text on a black background
contrast 4.78:1
Card sample
#e61979 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e61979;
Background color
Panel with #e61979 background
background-color: #e61979;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e61979;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 25, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 25, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e61979; background: linear-gradient(135deg, #e61979, #E64219);