#bf2cf2
a balanced, electric violet · warm · closest name: magenta
RGB
191, 44, 242
HSL
285°, 88%, 56%
CMYK
21, 82, 0, 5
Luminance
0.1929
Every format
| HEX | #bf2cf2 |
| RGB | rgb(191, 44, 242) |
| HSL | hsl(285, 88%, 56%) |
| CMYK | cmyk(21%, 82%, 0%, 5%) |
| LAB | lab(51.0 80.8 -69.1) |
| LCH | lch(51.0 106.3 319.5) |
| OKLCH | oklch(0.614 0.276 314.9) |
Copy-ready code
/* CSS */
color: #bf2cf2;
background-color: #bf2cf2;
/* Tailwind (arbitrary) */
class="text-[#bf2cf2] bg-[#bf2cf2]"
/* SCSS */
$brand: #bf2cf2;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.949)
/* Android */
Color.parseColor("#bf2cf2")Accessibility — WCAG contrast
Aa
#bf2cf2 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf2cf2 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue94.9%
CMYK percentages
Cyan21.1%
Magenta81.8%
Yellow0.0%
Key (black)5.1%
Color previews
#bf2cf2 text on a black background
contrast 4.86:1
Card sample
#bf2cf2 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cf2;
Background color
Panel with #bf2cf2 background
background-color: #bf2cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cf2; background: linear-gradient(135deg, #bf2cf2, #F22CA1);