#b80fd6
a dark, electric magenta / pink · warm · closest name: magenta
RGB
184, 15, 214
HSL
291°, 87%, 45%
CMYK
14, 93, 0, 16
Luminance
0.1539
Every format
| HEX | #b80fd6 |
| RGB | rgb(184, 15, 214) |
| HSL | hsl(291, 87%, 45%) |
| CMYK | cmyk(14%, 93%, 0%, 16%) |
| LAB | lab(46.2 80.2 -61.1) |
| LCH | lch(46.2 100.8 322.7) |
| OKLCH | oklch(0.572 0.269 320.2) |
Copy-ready code
/* CSS */
color: #b80fd6;
background-color: #b80fd6;
/* Tailwind (arbitrary) */
class="text-[#b80fd6] bg-[#b80fd6]"
/* SCSS */
$brand: #b80fd6;
/* SwiftUI */
Color(red: 0.722, green: 0.059, blue: 0.839)
/* Android */
Color.parseColor("#b80fd6")Accessibility — WCAG contrast
Aa
#b80fd6 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b80fd6 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green5.9%
Blue83.9%
CMYK percentages
Cyan14.0%
Magenta93.0%
Yellow0.0%
Key (black)16.1%
Color previews
#b80fd6 text on a black background
contrast 4.08:1
Card sample
#b80fd6 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b80fd6;
Background color
Panel with #b80fd6 background
background-color: #b80fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b80fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 15, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 15, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b80fd6; background: linear-gradient(135deg, #b80fd6, #D60F6F);