#bf8cff
a light, electric violet · warm · closest name: violet
RGB
191, 140, 255
HSL
267°, 100%, 78%
CMYK
25, 45, 0, 0
Luminance
0.3705
Every format
| HEX | #bf8cff |
| RGB | rgb(191, 140, 255) |
| HSL | hsl(267, 100%, 78%) |
| CMYK | cmyk(25%, 45%, 0%, 0%) |
| LAB | lab(67.3 41.5 -50.2) |
| LCH | lch(67.3 65.2 309.6) |
| OKLCH | oklch(0.735 0.168 303.0) |
Copy-ready code
/* CSS */
color: #bf8cff;
background-color: #bf8cff;
/* Tailwind (arbitrary) */
class="text-[#bf8cff] bg-[#bf8cff]"
/* SCSS */
$brand: #bf8cff;
/* SwiftUI */
Color(red: 0.749, green: 0.549, blue: 1.000)
/* Android */
Color.parseColor("#bf8cff")Accessibility — WCAG contrast
Aa
#bf8cff on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf8cff on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green54.9%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta45.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bf8cff text on a black background
contrast 8.41:1
Card sample
#bf8cff text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf8cff;
Background color
Panel with #bf8cff background
background-color: #bf8cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf8cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 140, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 140, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf8cff; background: linear-gradient(135deg, #bf8cff, #FF8CF2);