#d61546
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
214, 21, 70
HSL
345°, 82%, 46%
CMYK
0, 90, 67, 16
Luminance
0.1527
Every format
| HEX | #d61546 |
| RGB | rgb(214, 21, 70) |
| HSL | hsl(345, 82%, 46%) |
| CMYK | cmyk(0%, 90%, 67%, 16%) |
| LAB | lab(46.0 69.7 26.0) |
| LCH | lch(46.0 74.4 20.5) |
| OKLCH | oklch(0.562 0.216 16.4) |
Copy-ready code
/* CSS */
color: #d61546;
background-color: #d61546;
/* Tailwind (arbitrary) */
class="text-[#d61546] bg-[#d61546]"
/* SCSS */
$brand: #d61546;
/* SwiftUI */
Color(red: 0.839, green: 0.082, blue: 0.275)
/* Android */
Color.parseColor("#d61546")Accessibility — WCAG contrast
Aa
#d61546 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d61546 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green8.2%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow67.3%
Key (black)16.1%
Color previews
#d61546 text on a black background
contrast 4.05:1
Card sample
#d61546 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d61546;
Background color
Panel with #d61546 background
background-color: #d61546;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d61546;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 21, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 21, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d61546; background: linear-gradient(135deg, #d61546, #D66515);