#b802af
a dark, electric magenta / pink · warm · closest name: purple
RGB
184, 2, 175
HSL
303°, 98%, 37%
CMYK
0, 99, 5, 28
Luminance
0.1333
Every format
| HEX | #b802af |
| RGB | rgb(184, 2, 175) |
| HSL | hsl(303, 98%, 37%) |
| CMYK | cmyk(0%, 99%, 5%, 28%) |
| LAB | lab(43.3 75.4 -43.0) |
| LCH | lch(43.3 86.8 330.3) |
| OKLCH | oklch(0.544 0.246 331.0) |
Copy-ready code
/* CSS */
color: #b802af;
background-color: #b802af;
/* Tailwind (arbitrary) */
class="text-[#b802af] bg-[#b802af]"
/* SCSS */
$brand: #b802af;
/* SwiftUI */
Color(red: 0.722, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#b802af")Accessibility — WCAG contrast
Aa
#b802af on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b802af on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow4.9%
Key (black)27.8%
Color previews
#b802af text on a black background
contrast 3.67:1
Card sample
#b802af text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b802af;
Background color
Panel with #b802af background
background-color: #b802af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b802af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b802af; background: linear-gradient(135deg, #b802af, #B80236);