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