#bf0abc
a dark, electric magenta / pink · warm · closest name: purple
RGB
191, 10, 188
HSL
301°, 90%, 39%
CMYK
0, 95, 2, 25
Luminance
0.1492
Every format
| HEX | #bf0abc |
| RGB | rgb(191, 10, 188) |
| HSL | hsl(301, 90%, 39%) |
| CMYK | cmyk(0%, 95%, 2%, 25%) |
| LAB | lab(45.5 77.7 -47.0) |
| LCH | lch(45.5 90.8 328.8) |
| OKLCH | oklch(0.565 0.255 329.2) |
Copy-ready code
/* CSS */
color: #bf0abc;
background-color: #bf0abc;
/* Tailwind (arbitrary) */
class="text-[#bf0abc] bg-[#bf0abc]"
/* SCSS */
$brand: #bf0abc;
/* SwiftUI */
Color(red: 0.749, green: 0.039, blue: 0.737)
/* Android */
Color.parseColor("#bf0abc")Accessibility — WCAG contrast
Aa
#bf0abc on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf0abc on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green3.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow1.6%
Key (black)25.1%
Color previews
#bf0abc text on a black background
contrast 3.98:1
Card sample
#bf0abc text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf0abc;
Background color
Panel with #bf0abc background
background-color: #bf0abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf0abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 10, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 10, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf0abc; background: linear-gradient(135deg, #bf0abc, #BF0A43);