#bf6afd
a light, electric violet · warm · closest name: violet
RGB
191, 106, 253
HSL
275°, 97%, 70%
CMYK
25, 58, 0, 1
Luminance
0.2848
Every format
| HEX | #bf6afd |
| RGB | rgb(191, 106, 253) |
| HSL | hsl(275, 97%, 70%) |
| CMYK | cmyk(25%, 58%, 0%, 1%) |
| LAB | lab(60.3 58.9 -60.2) |
| LCH | lch(60.3 84.3 314.4) |
| OKLCH | oklch(0.683 0.216 308.4) |
Copy-ready code
/* CSS */
color: #bf6afd;
background-color: #bf6afd;
/* Tailwind (arbitrary) */
class="text-[#bf6afd] bg-[#bf6afd]"
/* SCSS */
$brand: #bf6afd;
/* SwiftUI */
Color(red: 0.749, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#bf6afd")Accessibility — WCAG contrast
Aa
#bf6afd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6afd on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green41.6%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#bf6afd text on a black background
contrast 6.70:1
Card sample
#bf6afd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6afd;
Background color
Panel with #bf6afd background
background-color: #bf6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6afd; background: linear-gradient(135deg, #bf6afd, #FD6AD9);