#bf2cd7
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
191, 44, 215
HSL
292°, 68%, 51%
CMYK
11, 80, 0, 16
Luminance
0.1778
Every format
| HEX | #bf2cd7 |
| RGB | rgb(191, 44, 215) |
| HSL | hsl(292, 68%, 51%) |
| CMYK | cmyk(11%, 80%, 0%, 16%) |
| LAB | lab(49.2 76.0 -56.7) |
| LCH | lch(49.2 94.8 323.3) |
| OKLCH | oklch(0.596 0.255 321.4) |
Copy-ready code
/* CSS */
color: #bf2cd7;
background-color: #bf2cd7;
/* Tailwind (arbitrary) */
class="text-[#bf2cd7] bg-[#bf2cd7]"
/* SCSS */
$brand: #bf2cd7;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.843)
/* Android */
Color.parseColor("#bf2cd7")Accessibility — WCAG contrast
Aa
#bf2cd7 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2cd7 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue84.3%
CMYK percentages
Cyan11.2%
Magenta79.5%
Yellow0.0%
Key (black)15.7%
Color previews
#bf2cd7 text on a black background
contrast 4.56:1
Card sample
#bf2cd7 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cd7;
Background color
Panel with #bf2cd7 background
background-color: #bf2cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cd7; background: linear-gradient(135deg, #bf2cd7, #D72C7D);