#bf5af2
a light, electric violet · warm · closest name: violet
RGB
191, 90, 242
HSL
280°, 85%, 65%
CMYK
21, 63, 0, 5
Luminance
0.2480
Every format
| HEX | #bf5af2 |
| RGB | rgb(191, 90, 242) |
| HSL | hsl(280, 85%, 65%) |
| CMYK | cmyk(21%, 63%, 0%, 5%) |
| LAB | lab(56.9 64.2 -59.6) |
| LCH | lch(56.9 87.6 317.1) |
| OKLCH | oklch(0.656 0.227 312.4) |
Copy-ready code
/* CSS */
color: #bf5af2;
background-color: #bf5af2;
/* Tailwind (arbitrary) */
class="text-[#bf5af2] bg-[#bf5af2]"
/* SCSS */
$brand: #bf5af2;
/* SwiftUI */
Color(red: 0.749, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#bf5af2")Accessibility — WCAG contrast
Aa
#bf5af2 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5af2 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green35.3%
Blue94.9%
CMYK percentages
Cyan21.1%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#bf5af2 text on a black background
contrast 5.96:1
Card sample
#bf5af2 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5af2;
Background color
Panel with #bf5af2 background
background-color: #bf5af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5af2; background: linear-gradient(135deg, #bf5af2, #F25AC0);