#b7204b
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
183, 32, 75
HSL
343°, 70%, 42%
CMYK
0, 83, 59, 28
Luminance
0.1161
Every format
| HEX | #b7204b |
| RGB | rgb(183, 32, 75) |
| HSL | hsl(343, 70%, 42%) |
| CMYK | cmyk(0%, 83%, 59%, 28%) |
| LAB | lab(40.6 59.9 14.6) |
| LCH | lch(40.6 61.6 13.7) |
| OKLCH | oklch(0.511 0.185 11.3) |
Copy-ready code
/* CSS */
color: #b7204b;
background-color: #b7204b;
/* Tailwind (arbitrary) */
class="text-[#b7204b] bg-[#b7204b]"
/* SCSS */
$brand: #b7204b;
/* SwiftUI */
Color(red: 0.718, green: 0.125, blue: 0.294)
/* Android */
Color.parseColor("#b7204b")Accessibility — WCAG contrast
Aa
#b7204b on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b7204b on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green12.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow59.0%
Key (black)28.2%
Color previews
#b7204b text on a black background
contrast 3.32:1
Card sample
#b7204b text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7204b;
Background color
Panel with #b7204b background
background-color: #b7204b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7204b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 32, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 32, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7204b; background: linear-gradient(135deg, #b7204b, #B75A20);