#bf2fd7
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
191, 47, 215
HSL
291°, 68%, 51%
CMYK
11, 78, 0, 16
Luminance
0.1802
Every format
| HEX | #bf2fd7 |
| RGB | rgb(191, 47, 215) |
| HSL | hsl(291, 68%, 51%) |
| CMYK | cmyk(11%, 78%, 0%, 16%) |
| LAB | lab(49.5 75.2 -56.2) |
| LCH | lch(49.5 93.9 323.2) |
| OKLCH | oklch(0.598 0.252 321.3) |
Copy-ready code
/* CSS */
color: #bf2fd7;
background-color: #bf2fd7;
/* Tailwind (arbitrary) */
class="text-[#bf2fd7] bg-[#bf2fd7]"
/* SCSS */
$brand: #bf2fd7;
/* SwiftUI */
Color(red: 0.749, green: 0.184, blue: 0.843)
/* Android */
Color.parseColor("#bf2fd7")Accessibility — WCAG contrast
Aa
#bf2fd7 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2fd7 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green18.4%
Blue84.3%
CMYK percentages
Cyan11.2%
Magenta78.1%
Yellow0.0%
Key (black)15.7%
Color previews
#bf2fd7 text on a black background
contrast 4.60:1
Card sample
#bf2fd7 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2fd7;
Background color
Panel with #bf2fd7 background
background-color: #bf2fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 47, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 47, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2fd7; background: linear-gradient(135deg, #bf2fd7, #D72F7F);