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