#bf5fff
a light, electric violet · warm · closest name: violet
RGB
191, 95, 255
HSL
276°, 100%, 69%
CMYK
25, 63, 0, 0
Luminance
0.2648
Every format
| HEX | #bf5fff |
| RGB | rgb(191, 95, 255) |
| HSL | hsl(276, 100%, 69%) |
| CMYK | cmyk(25%, 63%, 0%, 0%) |
| LAB | lab(58.5 64.6 -64.3) |
| LCH | lch(58.5 91.1 315.1) |
| OKLCH | oklch(0.670 0.234 309.1) |
Copy-ready code
/* CSS */
color: #bf5fff;
background-color: #bf5fff;
/* Tailwind (arbitrary) */
class="text-[#bf5fff] bg-[#bf5fff]"
/* SCSS */
$brand: #bf5fff;
/* SwiftUI */
Color(red: 0.749, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#bf5fff")Accessibility — WCAG contrast
Aa
#bf5fff on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5fff on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green37.3%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bf5fff text on a black background
contrast 6.30:1
Card sample
#bf5fff text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5fff;
Background color
Panel with #bf5fff background
background-color: #bf5fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5fff; background: linear-gradient(135deg, #bf5fff, #FF5FD4);