#bf5df6
a light, electric violet · warm · closest name: violet
RGB
191, 93, 246
HSL
278°, 90%, 67%
CMYK
22, 62, 0, 4
Luminance
0.2556
Every format
| HEX | #bf5df6 |
| RGB | rgb(191, 93, 246) |
| HSL | hsl(278, 90%, 67%) |
| CMYK | cmyk(22%, 62%, 0%, 4%) |
| LAB | lab(57.6 63.6 -60.7) |
| LCH | lch(57.6 87.9 316.3) |
| OKLCH | oklch(0.662 0.227 311.2) |
Copy-ready code
/* CSS */
color: #bf5df6;
background-color: #bf5df6;
/* Tailwind (arbitrary) */
class="text-[#bf5df6] bg-[#bf5df6]"
/* SCSS */
$brand: #bf5df6;
/* SwiftUI */
Color(red: 0.749, green: 0.365, blue: 0.965)
/* Android */
Color.parseColor("#bf5df6")Accessibility — WCAG contrast
Aa
#bf5df6 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5df6 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green36.5%
Blue96.5%
CMYK percentages
Cyan22.4%
Magenta62.2%
Yellow0.0%
Key (black)3.5%
Color previews
#bf5df6 text on a black background
contrast 6.11:1
Card sample
#bf5df6 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5df6;
Background color
Panel with #bf5df6 background
background-color: #bf5df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 93, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 93, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5df6; background: linear-gradient(135deg, #bf5df6, #F65DC7);