#bf0cdd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 12, 221
HSL
291°, 90%, 46%
CMYK
14, 95, 0, 13
Luminance
0.1656
Every format
| HEX | #bf0cdd |
| RGB | rgb(191, 12, 221) |
| HSL | hsl(291, 90%, 46%) |
| CMYK | cmyk(14%, 95%, 0%, 13%) |
| LAB | lab(47.7 82.7 -62.6) |
| LCH | lch(47.7 103.7 322.9) |
| OKLCH | oklch(0.587 0.277 320.5) |
Copy-ready code
/* CSS */
color: #bf0cdd;
background-color: #bf0cdd;
/* Tailwind (arbitrary) */
class="text-[#bf0cdd] bg-[#bf0cdd]"
/* SCSS */
$brand: #bf0cdd;
/* SwiftUI */
Color(red: 0.749, green: 0.047, blue: 0.867)
/* Android */
Color.parseColor("#bf0cdd")Accessibility — WCAG contrast
Aa
#bf0cdd on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf0cdd on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green4.7%
Blue86.7%
CMYK percentages
Cyan13.6%
Magenta94.6%
Yellow0.0%
Key (black)13.3%
Color previews
#bf0cdd text on a black background
contrast 4.31:1
Card sample
#bf0cdd text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf0cdd;
Background color
Panel with #bf0cdd background
background-color: #bf0cdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf0cdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 12, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 12, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf0cdd; background: linear-gradient(135deg, #bf0cdd, #DD0C70);