#bf0cd3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
191, 12, 211
HSL
294°, 89%, 44%
CMYK
10, 94, 0, 17
Luminance
0.1604
Every format
| HEX | #bf0cd3 |
| RGB | rgb(191, 12, 211) |
| HSL | hsl(294, 89%, 44%) |
| CMYK | cmyk(10%, 94%, 0%, 17%) |
| LAB | lab(47.0 81.0 -57.9) |
| LCH | lch(47.0 99.6 324.4) |
| OKLCH | oklch(0.580 0.270 322.9) |
Copy-ready code
/* CSS */
color: #bf0cd3;
background-color: #bf0cd3;
/* Tailwind (arbitrary) */
class="text-[#bf0cd3] bg-[#bf0cd3]"
/* SCSS */
$brand: #bf0cd3;
/* SwiftUI */
Color(red: 0.749, green: 0.047, blue: 0.827)
/* Android */
Color.parseColor("#bf0cd3")Accessibility — WCAG contrast
Aa
#bf0cd3 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf0cd3 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green4.7%
Blue82.7%
CMYK percentages
Cyan9.5%
Magenta94.3%
Yellow0.0%
Key (black)17.3%
Color previews
#bf0cd3 text on a black background
contrast 4.21:1
Card sample
#bf0cd3 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf0cd3;
Background color
Panel with #bf0cd3 background
background-color: #bf0cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf0cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 12, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 12, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf0cd3; background: linear-gradient(135deg, #bf0cd3, #D30C62);