#bf80f4
a light, electric violet · warm · closest name: violet
RGB
191, 128, 244
HSL
273°, 84%, 73%
CMYK
22, 48, 0, 4
Luminance
0.3305
Every format
| HEX | #bf80f4 |
| RGB | rgb(191, 128, 244) |
| HSL | hsl(273, 84%, 73%) |
| CMYK | cmyk(22%, 48%, 0%, 4%) |
| LAB | lab(64.2 45.5 -49.1) |
| LCH | lch(64.2 67.0 312.8) |
| OKLCH | oklch(0.710 0.173 307.6) |
Copy-ready code
/* CSS */
color: #bf80f4;
background-color: #bf80f4;
/* Tailwind (arbitrary) */
class="text-[#bf80f4] bg-[#bf80f4]"
/* SCSS */
$brand: #bf80f4;
/* SwiftUI */
Color(red: 0.749, green: 0.502, blue: 0.957)
/* Android */
Color.parseColor("#bf80f4")Accessibility — WCAG contrast
Aa
#bf80f4 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf80f4 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green50.2%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta47.5%
Yellow0.0%
Key (black)4.3%
Color previews
#bf80f4 text on a black background
contrast 7.61:1
Card sample
#bf80f4 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf80f4;
Background color
Panel with #bf80f4 background
background-color: #bf80f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf80f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 128, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 128, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf80f4; background: linear-gradient(135deg, #bf80f4, #F480DC);