#b802cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
184, 2, 207
HSL
293°, 98%, 41%
CMYK
11, 99, 0, 19
Luminance
0.1474
Every format
| HEX | #b802cf |
| RGB | rgb(184, 2, 207) |
| HSL | hsl(293, 98%, 41%) |
| CMYK | cmyk(11%, 99%, 0%, 19%) |
| LAB | lab(45.3 80.2 -58.5) |
| LCH | lch(45.3 99.3 323.9) |
| OKLCH | oklch(0.565 0.267 322.1) |
Copy-ready code
/* CSS */
color: #b802cf;
background-color: #b802cf;
/* Tailwind (arbitrary) */
class="text-[#b802cf] bg-[#b802cf]"
/* SCSS */
$brand: #b802cf;
/* SwiftUI */
Color(red: 0.722, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#b802cf")Accessibility — WCAG contrast
Aa
#b802cf on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b802cf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green0.8%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b802cf text on a black background
contrast 3.95:1
Card sample
#b802cf text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b802cf;
Background color
Panel with #b802cf background
background-color: #b802cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b802cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b802cf; background: linear-gradient(135deg, #b802cf, #CF025D);