#b52154
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
181, 33, 84
HSL
339°, 69%, 42%
CMYK
0, 82, 54, 29
Luminance
0.1155
Every format
| HEX | #b52154 |
| RGB | rgb(181, 33, 84) |
| HSL | hsl(339, 69%, 42%) |
| CMYK | cmyk(0%, 82%, 54%, 29%) |
| LAB | lab(40.5 59.7 8.7) |
| LCH | lch(40.5 60.3 8.3) |
| OKLCH | oklch(0.511 0.184 7.0) |
Copy-ready code
/* CSS */
color: #b52154;
background-color: #b52154;
/* Tailwind (arbitrary) */
class="text-[#b52154] bg-[#b52154]"
/* SCSS */
$brand: #b52154;
/* SwiftUI */
Color(red: 0.710, green: 0.129, blue: 0.329)
/* Android */
Color.parseColor("#b52154")Accessibility — WCAG contrast
Aa
#b52154 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b52154 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green12.9%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow53.6%
Key (black)29.0%
Color previews
#b52154 text on a black background
contrast 3.31:1
Card sample
#b52154 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b52154;
Background color
Panel with #b52154 background
background-color: #b52154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b52154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 33, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 33, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b52154; background: linear-gradient(135deg, #b52154, #B55121);