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