#bf006d
a dark, electric magenta / pink · warm · closest name: purple
RGB
191, 0, 109
HSL
326°, 100%, 38%
CMYK
0, 100, 43, 25
Luminance
0.1218
Every format
| HEX | #bf006d |
| RGB | rgb(191, 0, 109) |
| HSL | hsl(326, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 43%, 25%) |
| LAB | lab(41.5 69.2 -5.4) |
| LCH | lch(41.5 69.5 355.6) |
| OKLCH | oklch(0.524 0.214 356.5) |
Copy-ready code
/* CSS */
color: #bf006d;
background-color: #bf006d;
/* Tailwind (arbitrary) */
class="text-[#bf006d] bg-[#bf006d]"
/* SCSS */
$brand: #bf006d;
/* SwiftUI */
Color(red: 0.749, green: 0.000, blue: 0.427)
/* Android */
Color.parseColor("#bf006d")Accessibility — WCAG contrast
Aa
#bf006d on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf006d on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green0.0%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.9%
Key (black)25.1%
Color previews
#bf006d text on a black background
contrast 3.44:1
Card sample
#bf006d text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf006d;
Background color
Panel with #bf006d background
background-color: #bf006d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf006d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 0, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 0, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf006d; background: linear-gradient(135deg, #bf006d, #BF1200);