#b03497
a dark, vivid magenta / pink · warm · closest name: purple
RGB
176, 52, 151
HSL
312°, 54%, 45%
CMYK
0, 71, 14, 31
Luminance
0.1392
Every format
| HEX | #b03497 |
| RGB | rgb(176, 52, 151) |
| HSL | hsl(312, 54%, 45%) |
| CMYK | cmyk(0%, 71%, 14%, 31%) |
| LAB | lab(44.1 60.0 -27.4) |
| LCH | lch(44.1 66.0 335.4) |
| OKLCH | oklch(0.544 0.192 337.1) |
Copy-ready code
/* CSS */
color: #b03497;
background-color: #b03497;
/* Tailwind (arbitrary) */
class="text-[#b03497] bg-[#b03497]"
/* SCSS */
$brand: #b03497;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.592)
/* Android */
Color.parseColor("#b03497")Accessibility — WCAG contrast
Aa
#b03497 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b03497 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow14.2%
Key (black)31.0%
Color previews
#b03497 text on a black background
contrast 3.78:1
Card sample
#b03497 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b03497;
Background color
Panel with #b03497 background
background-color: #b03497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b03497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b03497; background: linear-gradient(135deg, #b03497, #B03444);