#b716cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
183, 22, 207
HSL
292°, 81%, 45%
CMYK
12, 89, 0, 19
Luminance
0.1515
Every format
| HEX | #b716cf |
| RGB | rgb(183, 22, 207) |
| HSL | hsl(292, 81%, 45%) |
| CMYK | cmyk(12%, 89%, 0%, 19%) |
| LAB | lab(45.8 77.9 -57.6) |
| LCH | lch(45.8 96.9 323.5) |
| OKLCH | oklch(0.568 0.260 321.6) |
Copy-ready code
/* CSS */
color: #b716cf;
background-color: #b716cf;
/* Tailwind (arbitrary) */
class="text-[#b716cf] bg-[#b716cf]"
/* SCSS */
$brand: #b716cf;
/* SwiftUI */
Color(red: 0.718, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#b716cf")Accessibility — WCAG contrast
Aa
#b716cf on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b716cf on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green8.6%
Blue81.2%
CMYK percentages
Cyan11.6%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b716cf text on a black background
contrast 4.03:1
Card sample
#b716cf text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b716cf;
Background color
Panel with #b716cf background
background-color: #b716cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b716cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b716cf; background: linear-gradient(135deg, #b716cf, #CF166C);