#b6278f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
182, 39, 143
HSL
316°, 65%, 43%
CMYK
0, 79, 21, 29
Luminance
0.1338
Every format
| HEX | #b6278f |
| RGB | rgb(182, 39, 143) |
| HSL | hsl(316, 65%, 43%) |
| CMYK | cmyk(0%, 79%, 21%, 29%) |
| LAB | lab(43.3 64.5 -23.7) |
| LCH | lch(43.3 68.7 339.8) |
| OKLCH | oklch(0.539 0.204 341.8) |
Copy-ready code
/* CSS */
color: #b6278f;
background-color: #b6278f;
/* Tailwind (arbitrary) */
class="text-[#b6278f] bg-[#b6278f]"
/* SCSS */
$brand: #b6278f;
/* SwiftUI */
Color(red: 0.714, green: 0.153, blue: 0.561)
/* Android */
Color.parseColor("#b6278f")Accessibility — WCAG contrast
Aa
#b6278f on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b6278f on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green15.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow21.4%
Key (black)28.6%
Color previews
#b6278f text on a black background
contrast 3.68:1
Card sample
#b6278f text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6278f;
Background color
Panel with #b6278f background
background-color: #b6278f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6278f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 39, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 39, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6278f; background: linear-gradient(135deg, #b6278f, #B62730);