#b03485
a dark, vivid magenta / pink · warm · closest name: purple
RGB
176, 52, 133
HSL
321°, 54%, 45%
CMYK
0, 71, 24, 31
Luminance
0.1338
Every format
| HEX | #b03485 |
| RGB | rgb(176, 52, 133) |
| HSL | hsl(321, 54%, 45%) |
| CMYK | cmyk(0%, 71%, 24%, 31%) |
| LAB | lab(43.3 57.5 -17.7) |
| LCH | lch(43.3 60.1 342.9) |
| OKLCH | oklch(0.535 0.180 344.8) |
Copy-ready code
/* CSS */
color: #b03485;
background-color: #b03485;
/* Tailwind (arbitrary) */
class="text-[#b03485] bg-[#b03485]"
/* SCSS */
$brand: #b03485;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.522)
/* Android */
Color.parseColor("#b03485")Accessibility — WCAG contrast
Aa
#b03485 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b03485 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow24.4%
Key (black)31.0%
Color previews
#b03485 text on a black background
contrast 3.68:1
Card sample
#b03485 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b03485;
Background color
Panel with #b03485 background
background-color: #b03485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b03485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b03485; background: linear-gradient(135deg, #b03485, #B03634);