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