#b20249
a dark, electric magenta / pink · warm · closest name: crimson
RGB
178, 2, 73
HSL
336°, 98%, 35%
CMYK
0, 99, 59, 30
Luminance
0.0999
Every format
| HEX | #b20249 |
| RGB | rgb(178, 2, 73) |
| HSL | hsl(336, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 59%, 30%) |
| LAB | lab(37.8 63.3 11.9) |
| LCH | lch(37.8 64.4 10.7) |
| OKLCH | oklch(0.489 0.195 8.8) |
Copy-ready code
/* CSS */
color: #b20249;
background-color: #b20249;
/* Tailwind (arbitrary) */
class="text-[#b20249] bg-[#b20249]"
/* SCSS */
$brand: #b20249;
/* SwiftUI */
Color(red: 0.698, green: 0.008, blue: 0.286)
/* Android */
Color.parseColor("#b20249")Accessibility — WCAG contrast
Aa
#b20249 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b20249 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green0.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow59.0%
Key (black)30.2%
Color previews
#b20249 text on a black background
contrast 3.00:1
Card sample
#b20249 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b20249;
Background color
Panel with #b20249 background
background-color: #b20249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b20249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 2, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 2, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b20249; background: linear-gradient(135deg, #b20249, #B23002);