#b61349
a dark, electric magenta / pink · warm · closest name: crimson
RGB
182, 19, 73
HSL
340°, 81%, 39%
CMYK
0, 90, 60, 29
Luminance
0.1089
Every format
| HEX | #b61349 |
| RGB | rgb(182, 19, 73) |
| HSL | hsl(340, 81%, 39%) |
| CMYK | cmyk(0%, 90%, 60%, 29%) |
| LAB | lab(39.4 62.2 14.2) |
| LCH | lch(39.4 63.8 12.9) |
| OKLCH | oklch(0.502 0.192 10.6) |
Copy-ready code
/* CSS */
color: #b61349;
background-color: #b61349;
/* Tailwind (arbitrary) */
class="text-[#b61349] bg-[#b61349]"
/* SCSS */
$brand: #b61349;
/* SwiftUI */
Color(red: 0.714, green: 0.075, blue: 0.286)
/* Android */
Color.parseColor("#b61349")Accessibility — WCAG contrast
Aa
#b61349 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b61349 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow59.9%
Key (black)28.6%
Color previews
#b61349 text on a black background
contrast 3.18:1
Card sample
#b61349 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b61349;
Background color
Panel with #b61349 background
background-color: #b61349;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b61349;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 19, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 19, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b61349; background: linear-gradient(135deg, #b61349, #B64A13);