#bf7dfd
a light, electric violet · warm · closest name: violet
RGB
191, 125, 253
HSL
271°, 97%, 74%
CMYK
25, 51, 0, 1
Luminance
0.3284
Every format
| HEX | #bf7dfd |
| RGB | rgb(191, 125, 253) |
| HSL | hsl(271, 97%, 74%) |
| CMYK | cmyk(25%, 51%, 0%, 1%) |
| LAB | lab(64.0 49.2 -54.3) |
| LCH | lch(64.0 73.3 312.1) |
| OKLCH | oklch(0.710 0.188 306.0) |
Copy-ready code
/* CSS */
color: #bf7dfd;
background-color: #bf7dfd;
/* Tailwind (arbitrary) */
class="text-[#bf7dfd] bg-[#bf7dfd]"
/* SCSS */
$brand: #bf7dfd;
/* SwiftUI */
Color(red: 0.749, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#bf7dfd")Accessibility — WCAG contrast
Aa
#bf7dfd on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf7dfd on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green49.0%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bf7dfd text on a black background
contrast 7.57:1
Card sample
#bf7dfd text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7dfd;
Background color
Panel with #bf7dfd background
background-color: #bf7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7dfd; background: linear-gradient(135deg, #bf7dfd, #FD7DE6);