#b620cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
182, 32, 207
HSL
291°, 73%, 47%
CMYK
12, 85, 0, 19
Luminance
0.1548
Every format
| HEX | #b620cf |
| RGB | rgb(182, 32, 207) |
| HSL | hsl(291, 73%, 47%) |
| CMYK | cmyk(12%, 85%, 0%, 19%) |
| LAB | lab(46.3 75.9 -56.9) |
| LCH | lch(46.3 94.9 323.1) |
| OKLCH | oklch(0.571 0.254 321.1) |
Copy-ready code
/* CSS */
color: #b620cf;
background-color: #b620cf;
/* Tailwind (arbitrary) */
class="text-[#b620cf] bg-[#b620cf]"
/* SCSS */
$brand: #b620cf;
/* SwiftUI */
Color(red: 0.714, green: 0.125, blue: 0.812)
/* Android */
Color.parseColor("#b620cf")Accessibility — WCAG contrast
Aa
#b620cf on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b620cf on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green12.5%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta84.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b620cf text on a black background
contrast 4.10:1
Card sample
#b620cf text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b620cf;
Background color
Panel with #b620cf background
background-color: #b620cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b620cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 32, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 32, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b620cf; background: linear-gradient(135deg, #b620cf, #CF2074);