#bf2df3
a balanced, electric violet · warm · closest name: magenta
RGB
191, 45, 243
HSL
284°, 89%, 57%
CMYK
21, 82, 0, 5
Luminance
0.1942
Every format
| HEX | #bf2df3 |
| RGB | rgb(191, 45, 243) |
| HSL | hsl(284, 89%, 57%) |
| CMYK | cmyk(21%, 82%, 0%, 5%) |
| LAB | lab(51.2 80.7 -69.4) |
| LCH | lch(51.2 106.4 319.3) |
| OKLCH | oklch(0.616 0.276 314.7) |
Copy-ready code
/* CSS */
color: #bf2df3;
background-color: #bf2df3;
/* Tailwind (arbitrary) */
class="text-[#bf2df3] bg-[#bf2df3]"
/* SCSS */
$brand: #bf2df3;
/* SwiftUI */
Color(red: 0.749, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#bf2df3")Accessibility — WCAG contrast
Aa
#bf2df3 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf2df3 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.6%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#bf2df3 text on a black background
contrast 4.88:1
Card sample
#bf2df3 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2df3;
Background color
Panel with #bf2df3 background
background-color: #bf2df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2df3; background: linear-gradient(135deg, #bf2df3, #F32DA3);