#bf005f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
191, 0, 95
HSL
330°, 100%, 38%
CMYK
0, 100, 50, 25
Luminance
0.1190
Every format
| HEX | #bf005f |
| RGB | rgb(191, 0, 95) |
| HSL | hsl(330, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 50%, 25%) |
| LAB | lab(41.1 68.1 2.8) |
| LCH | lch(41.1 68.1 2.4) |
| OKLCH | oklch(0.519 0.210 2.1) |
Copy-ready code
/* CSS */
color: #bf005f;
background-color: #bf005f;
/* Tailwind (arbitrary) */
class="text-[#bf005f] bg-[#bf005f]"
/* SCSS */
$brand: #bf005f;
/* SwiftUI */
Color(red: 0.749, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#bf005f")Accessibility — WCAG contrast
Aa
#bf005f on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf005f on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.3%
Key (black)25.1%
Color previews
#bf005f text on a black background
contrast 3.38:1
Card sample
#bf005f text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf005f;
Background color
Panel with #bf005f background
background-color: #bf005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf005f; background: linear-gradient(135deg, #bf005f, #BF2100);