#b81458
a dark, electric magenta / pink · warm · closest name: crimson
RGB
184, 20, 88
HSL
335°, 80%, 40%
CMYK
0, 89, 52, 28
Luminance
0.1140
Every format
| HEX | #b81458 |
| RGB | rgb(184, 20, 88) |
| HSL | hsl(335, 80%, 40%) |
| CMYK | cmyk(0%, 89%, 52%, 28%) |
| LAB | lab(40.2 63.5 5.9) |
| LCH | lch(40.2 63.8 5.3) |
| OKLCH | oklch(0.510 0.195 4.6) |
Copy-ready code
/* CSS */
color: #b81458;
background-color: #b81458;
/* Tailwind (arbitrary) */
class="text-[#b81458] bg-[#b81458]"
/* SCSS */
$brand: #b81458;
/* SwiftUI */
Color(red: 0.722, green: 0.078, blue: 0.345)
/* Android */
Color.parseColor("#b81458")Accessibility — WCAG contrast
Aa
#b81458 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b81458 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green7.8%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow52.2%
Key (black)27.8%
Color previews
#b81458 text on a black background
contrast 3.28:1
Card sample
#b81458 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b81458;
Background color
Panel with #b81458 background
background-color: #b81458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b81458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 20, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 20, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b81458; background: linear-gradient(135deg, #b81458, #B83D14);