#bf5dfd
a light, electric violet · warm · closest name: violet
RGB
191, 93, 253
HSL
277°, 98%, 68%
CMYK
25, 63, 0, 1
Luminance
0.2600
Every format
| HEX | #bf5dfd |
| RGB | rgb(191, 93, 253) |
| HSL | hsl(277, 98%, 68%) |
| CMYK | cmyk(25%, 63%, 0%, 1%) |
| LAB | lab(58.0 65.1 -63.9) |
| LCH | lch(58.0 91.2 315.5) |
| OKLCH | oklch(0.666 0.234 309.7) |
Copy-ready code
/* CSS */
color: #bf5dfd;
background-color: #bf5dfd;
/* Tailwind (arbitrary) */
class="text-[#bf5dfd] bg-[#bf5dfd]"
/* SCSS */
$brand: #bf5dfd;
/* SwiftUI */
Color(red: 0.749, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#bf5dfd")Accessibility — WCAG contrast
Aa
#bf5dfd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5dfd on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green36.5%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bf5dfd text on a black background
contrast 6.20:1
Card sample
#bf5dfd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5dfd;
Background color
Panel with #bf5dfd background
background-color: #bf5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5dfd; background: linear-gradient(135deg, #bf5dfd, #FD5DD0);