#bf02a2
a dark, electric magenta / pink · warm · closest name: purple
RGB
191, 2, 162
HSL
309°, 98%, 38%
CMYK
0, 99, 15, 25
Luminance
0.1373
Every format
| HEX | #bf02a2 |
| RGB | rgb(191, 2, 162) |
| HSL | hsl(309, 98%, 38%) |
| CMYK | cmyk(0%, 99%, 15%, 25%) |
| LAB | lab(43.9 74.9 -34.3) |
| LCH | lch(43.9 82.3 335.4) |
| OKLCH | oklch(0.548 0.241 337.1) |
Copy-ready code
/* CSS */
color: #bf02a2;
background-color: #bf02a2;
/* Tailwind (arbitrary) */
class="text-[#bf02a2] bg-[#bf02a2]"
/* SCSS */
$brand: #bf02a2;
/* SwiftUI */
Color(red: 0.749, green: 0.008, blue: 0.635)
/* Android */
Color.parseColor("#bf02a2")Accessibility — WCAG contrast
Aa
#bf02a2 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf02a2 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green0.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow15.2%
Key (black)25.1%
Color previews
#bf02a2 text on a black background
contrast 3.75:1
Card sample
#bf02a2 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf02a2;
Background color
Panel with #bf02a2 background
background-color: #bf02a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf02a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 2, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 2, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf02a2; background: linear-gradient(135deg, #bf02a2, #BF0224);