#bf2fd3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
191, 47, 211
HSL
293°, 65%, 51%
CMYK
10, 78, 0, 17
Luminance
0.1781
Every format
| HEX | #bf2fd3 |
| RGB | rgb(191, 47, 211) |
| HSL | hsl(293, 65%, 51%) |
| CMYK | cmyk(10%, 78%, 0%, 17%) |
| LAB | lab(49.3 74.5 -54.3) |
| LCH | lch(49.3 92.2 323.9) |
| OKLCH | oklch(0.596 0.249 322.4) |
Copy-ready code
/* CSS */
color: #bf2fd3;
background-color: #bf2fd3;
/* Tailwind (arbitrary) */
class="text-[#bf2fd3] bg-[#bf2fd3]"
/* SCSS */
$brand: #bf2fd3;
/* SwiftUI */
Color(red: 0.749, green: 0.184, blue: 0.827)
/* Android */
Color.parseColor("#bf2fd3")Accessibility — WCAG contrast
Aa
#bf2fd3 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2fd3 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green18.4%
Blue82.7%
CMYK percentages
Cyan9.5%
Magenta77.7%
Yellow0.0%
Key (black)17.3%
Color previews
#bf2fd3 text on a black background
contrast 4.56:1
Card sample
#bf2fd3 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2fd3;
Background color
Panel with #bf2fd3 background
background-color: #bf2fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 47, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 47, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2fd3; background: linear-gradient(135deg, #bf2fd3, #D32F7A);