#b01258
a dark, electric magenta / pink · warm · closest name: crimson
RGB
176, 18, 88
HSL
333°, 81%, 38%
CMYK
0, 90, 50, 31
Luminance
0.1037
Every format
| HEX | #b01258 |
| RGB | rgb(176, 18, 88) |
| HSL | hsl(333, 81%, 38%) |
| CMYK | cmyk(0%, 90%, 50%, 31%) |
| LAB | lab(38.5 61.9 3.2) |
| LCH | lch(38.5 62.0 2.9) |
| OKLCH | oklch(0.495 0.191 2.6) |
Copy-ready code
/* CSS */
color: #b01258;
background-color: #b01258;
/* Tailwind (arbitrary) */
class="text-[#b01258] bg-[#b01258]"
/* SCSS */
$brand: #b01258;
/* SwiftUI */
Color(red: 0.690, green: 0.071, blue: 0.345)
/* Android */
Color.parseColor("#b01258")Accessibility — WCAG contrast
Aa
#b01258 on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b01258 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green7.1%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow50.0%
Key (black)31.0%
Color previews
#b01258 text on a black background
contrast 3.07:1
Card sample
#b01258 text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b01258;
Background color
Panel with #b01258 background
background-color: #b01258;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b01258;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 18, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 18, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b01258; background: linear-gradient(135deg, #b01258, #B03512);