#b409cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
180, 9, 207
HSL
292°, 92%, 42%
CMYK
13, 96, 0, 19
Luminance
0.1440
Every format
| HEX | #b409cf |
| RGB | rgb(180, 9, 207) |
| HSL | hsl(292, 92%, 42%) |
| CMYK | cmyk(13%, 96%, 0%, 19%) |
| LAB | lab(44.8 79.0 -59.3) |
| LCH | lch(44.8 98.8 323.1) |
| OKLCH | oklch(0.560 0.264 320.8) |
Copy-ready code
/* CSS */
color: #b409cf;
background-color: #b409cf;
/* Tailwind (arbitrary) */
class="text-[#b409cf] bg-[#b409cf]"
/* SCSS */
$brand: #b409cf;
/* SwiftUI */
Color(red: 0.706, green: 0.035, blue: 0.812)
/* Android */
Color.parseColor("#b409cf")Accessibility — WCAG contrast
Aa
#b409cf on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b409cf on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green3.5%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta95.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b409cf text on a black background
contrast 3.88:1
Card sample
#b409cf text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b409cf;
Background color
Panel with #b409cf background
background-color: #b409cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b409cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 9, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 9, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b409cf; background: linear-gradient(135deg, #b409cf, #CF0966);