#b42864
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
180, 40, 100
HSL
334°, 64%, 43%
CMYK
0, 78, 44, 29
Luminance
0.1214
Every format
| HEX | #b42864 |
| RGB | rgb(180, 40, 100) |
| HSL | hsl(334, 64%, 43%) |
| CMYK | cmyk(0%, 78%, 44%, 29%) |
| LAB | lab(41.4 58.9 -0.1) |
| LCH | lch(41.4 58.9 359.9) |
| OKLCH | oklch(0.519 0.181 0.2) |
Copy-ready code
/* CSS */
color: #b42864;
background-color: #b42864;
/* Tailwind (arbitrary) */
class="text-[#b42864] bg-[#b42864]"
/* SCSS */
$brand: #b42864;
/* SwiftUI */
Color(red: 0.706, green: 0.157, blue: 0.392)
/* Android */
Color.parseColor("#b42864")Accessibility — WCAG contrast
Aa
#b42864 on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b42864 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green15.7%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow44.4%
Key (black)29.4%
Color previews
#b42864 text on a black background
contrast 3.43:1
Card sample
#b42864 text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b42864;
Background color
Panel with #b42864 background
background-color: #b42864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b42864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 40, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 40, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b42864; background: linear-gradient(135deg, #b42864, #B44928);