#d61877
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
214, 24, 119
HSL
330°, 80%, 47%
CMYK
0, 89, 44, 16
Luminance
0.1628
Every format
| HEX | #d61877 |
| RGB | rgb(214, 24, 119) |
| HSL | hsl(330, 80%, 47%) |
| CMYK | cmyk(0%, 89%, 44%, 16%) |
| LAB | lab(47.4 72.6 -2.4) |
| LCH | lch(47.4 72.6 358.1) |
| OKLCH | oklch(0.576 0.224 358.6) |
Copy-ready code
/* CSS */
color: #d61877;
background-color: #d61877;
/* Tailwind (arbitrary) */
class="text-[#d61877] bg-[#d61877]"
/* SCSS */
$brand: #d61877;
/* SwiftUI */
Color(red: 0.839, green: 0.094, blue: 0.467)
/* Android */
Color.parseColor("#d61877")Accessibility — WCAG contrast
Aa
#d61877 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d61877 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green9.4%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow44.4%
Key (black)16.1%
Color previews
#d61877 text on a black background
contrast 4.26:1
Card sample
#d61877 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d61877;
Background color
Panel with #d61877 background
background-color: #d61877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d61877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 24, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 24, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d61877; background: linear-gradient(135deg, #d61877, #D63818);