#b62782
a dark, vivid magenta / pink · warm · closest name: purple
RGB
182, 39, 130
HSL
322°, 65%, 43%
CMYK
0, 79, 29, 29
Luminance
0.1301
Every format
| HEX | #b62782 |
| RGB | rgb(182, 39, 130) |
| HSL | hsl(322, 65%, 43%) |
| CMYK | cmyk(0%, 79%, 29%, 29%) |
| LAB | lab(42.8 62.9 -16.6) |
| LCH | lch(42.8 65.0 345.2) |
| OKLCH | oklch(0.533 0.197 347.1) |
Copy-ready code
/* CSS */
color: #b62782;
background-color: #b62782;
/* Tailwind (arbitrary) */
class="text-[#b62782] bg-[#b62782]"
/* SCSS */
$brand: #b62782;
/* SwiftUI */
Color(red: 0.714, green: 0.153, blue: 0.510)
/* Android */
Color.parseColor("#b62782")Accessibility — WCAG contrast
Aa
#b62782 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62782 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green15.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow28.6%
Key (black)28.6%
Color previews
#b62782 text on a black background
contrast 3.60:1
Card sample
#b62782 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62782;
Background color
Panel with #b62782 background
background-color: #b62782;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62782;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 39, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 39, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62782; background: linear-gradient(135deg, #b62782, #B62B27);