#bf3df7
a balanced, electric violet · warm · closest name: magenta
RGB
191, 61, 247
HSL
282°, 92%, 60%
CMYK
23, 75, 0, 3
Luminance
0.2113
Every format
| HEX | #bf3df7 |
| RGB | rgb(191, 61, 247) |
| HSL | hsl(282, 92%, 60%) |
| CMYK | cmyk(23%, 75%, 0%, 3%) |
| LAB | lab(53.1 76.7 -68.5) |
| LCH | lch(53.1 102.9 318.2) |
| OKLCH | oklch(0.630 0.266 313.1) |
Copy-ready code
/* CSS */
color: #bf3df7;
background-color: #bf3df7;
/* Tailwind (arbitrary) */
class="text-[#bf3df7] bg-[#bf3df7]"
/* SCSS */
$brand: #bf3df7;
/* SwiftUI */
Color(red: 0.749, green: 0.239, blue: 0.969)
/* Android */
Color.parseColor("#bf3df7")Accessibility — WCAG contrast
Aa
#bf3df7 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf3df7 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green23.9%
Blue96.9%
CMYK percentages
Cyan22.7%
Magenta75.3%
Yellow0.0%
Key (black)3.1%
Color previews
#bf3df7 text on a black background
contrast 5.23:1
Card sample
#bf3df7 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3df7;
Background color
Panel with #bf3df7 background
background-color: #bf3df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 61, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 61, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3df7; background: linear-gradient(135deg, #bf3df7, #F73DB3);