#bf2cf7
a balanced, electric violet · warm · closest name: magenta
RGB
191, 44, 247
HSL
283°, 93%, 57%
CMYK
23, 82, 0, 3
Luminance
0.1959
Every format
| HEX | #bf2cf7 |
| RGB | rgb(191, 44, 247) |
| HSL | hsl(283, 93%, 57%) |
| CMYK | cmyk(23%, 82%, 0%, 3%) |
| LAB | lab(51.4 81.7 -71.3) |
| LCH | lch(51.4 108.4 318.9) |
| OKLCH | oklch(0.618 0.280 313.8) |
Copy-ready code
/* CSS */
color: #bf2cf7;
background-color: #bf2cf7;
/* Tailwind (arbitrary) */
class="text-[#bf2cf7] bg-[#bf2cf7]"
/* SCSS */
$brand: #bf2cf7;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.969)
/* Android */
Color.parseColor("#bf2cf7")Accessibility — WCAG contrast
Aa
#bf2cf7 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf2cf7 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue96.9%
CMYK percentages
Cyan22.7%
Magenta82.2%
Yellow0.0%
Key (black)3.1%
Color previews
#bf2cf7 text on a black background
contrast 4.92:1
Card sample
#bf2cf7 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cf7;
Background color
Panel with #bf2cf7 background
background-color: #bf2cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cf7; background: linear-gradient(135deg, #bf2cf7, #F72CA8);