#b720af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
183, 32, 175
HSL
303°, 70%, 42%
CMYK
0, 83, 4, 28
Luminance
0.1420
Every format
| HEX | #b720af |
| RGB | rgb(183, 32, 175) |
| HSL | hsl(303, 70%, 42%) |
| CMYK | cmyk(0%, 83%, 4%, 28%) |
| LAB | lab(44.5 71.0 -41.0) |
| LCH | lch(44.5 82.0 330.0) |
| OKLCH | oklch(0.553 0.232 330.7) |
Copy-ready code
/* CSS */
color: #b720af;
background-color: #b720af;
/* Tailwind (arbitrary) */
class="text-[#b720af] bg-[#b720af]"
/* SCSS */
$brand: #b720af;
/* SwiftUI */
Color(red: 0.718, green: 0.125, blue: 0.686)
/* Android */
Color.parseColor("#b720af")Accessibility — WCAG contrast
Aa
#b720af on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b720af on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green12.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow4.4%
Key (black)28.2%
Color previews
#b720af text on a black background
contrast 3.84:1
Card sample
#b720af text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b720af;
Background color
Panel with #b720af background
background-color: #b720af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b720af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 32, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 32, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b720af; background: linear-gradient(135deg, #b720af, #B7204A);