#bf00ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
191, 0, 173
HSL
306°, 100%, 38%
CMYK
0, 100, 9, 25
Luminance
0.1409
Every format
| HEX | #bf00ad |
| RGB | rgb(191, 0, 173) |
| HSL | hsl(306, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 9%, 25%) |
| LAB | lab(44.4 76.5 -40.0) |
| LCH | lch(44.4 86.3 332.4) |
| OKLCH | oklch(0.554 0.248 333.6) |
Copy-ready code
/* CSS */
color: #bf00ad;
background-color: #bf00ad;
/* Tailwind (arbitrary) */
class="text-[#bf00ad] bg-[#bf00ad]"
/* SCSS */
$brand: #bf00ad;
/* SwiftUI */
Color(red: 0.749, green: 0.000, blue: 0.678)
/* Android */
Color.parseColor("#bf00ad")Accessibility — WCAG contrast
Aa
#bf00ad on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf00ad on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green0.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow9.4%
Key (black)25.1%
Color previews
#bf00ad text on a black background
contrast 3.82:1
Card sample
#bf00ad text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf00ad;
Background color
Panel with #bf00ad background
background-color: #bf00ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf00ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 0, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 0, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf00ad; background: linear-gradient(135deg, #bf00ad, #BF002E);