#bf60f2
a light, electric violet · warm · closest name: violet
RGB
191, 96, 242
HSL
279°, 85%, 66%
CMYK
21, 60, 0, 5
Luminance
0.2585
Every format
| HEX | #bf60f2 |
| RGB | rgb(191, 96, 242) |
| HSL | hsl(279, 85%, 66%) |
| CMYK | cmyk(21%, 60%, 0%, 5%) |
| LAB | lab(57.9 61.4 -58.0) |
| LCH | lch(57.9 84.5 316.6) |
| OKLCH | oklch(0.663 0.219 311.9) |
Copy-ready code
/* CSS */
color: #bf60f2;
background-color: #bf60f2;
/* Tailwind (arbitrary) */
class="text-[#bf60f2] bg-[#bf60f2]"
/* SCSS */
$brand: #bf60f2;
/* SwiftUI */
Color(red: 0.749, green: 0.376, blue: 0.949)
/* Android */
Color.parseColor("#bf60f2")Accessibility — WCAG contrast
Aa
#bf60f2 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf60f2 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green37.6%
Blue94.9%
CMYK percentages
Cyan21.1%
Magenta60.3%
Yellow0.0%
Key (black)5.1%
Color previews
#bf60f2 text on a black background
contrast 6.17:1
Card sample
#bf60f2 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf60f2;
Background color
Panel with #bf60f2 background
background-color: #bf60f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf60f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 96, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 96, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf60f2; background: linear-gradient(135deg, #bf60f2, #F260C4);