#bf7df4
a light, electric violet · warm · closest name: violet
RGB
191, 125, 244
HSL
273°, 84%, 72%
CMYK
22, 49, 0, 4
Luminance
0.3228
Every format
| HEX | #bf7df4 |
| RGB | rgb(191, 125, 244) |
| HSL | hsl(273, 84%, 72%) |
| CMYK | cmyk(22%, 49%, 0%, 4%) |
| LAB | lab(63.6 47.1 -50.1) |
| LCH | lch(63.6 68.8 313.3) |
| OKLCH | oklch(0.706 0.178 308.1) |
Copy-ready code
/* CSS */
color: #bf7df4;
background-color: #bf7df4;
/* Tailwind (arbitrary) */
class="text-[#bf7df4] bg-[#bf7df4]"
/* SCSS */
$brand: #bf7df4;
/* SwiftUI */
Color(red: 0.749, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#bf7df4")Accessibility — WCAG contrast
Aa
#bf7df4 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf7df4 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green49.0%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#bf7df4 text on a black background
contrast 7.46:1
Card sample
#bf7df4 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7df4;
Background color
Panel with #bf7df4 background
background-color: #bf7df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7df4; background: linear-gradient(135deg, #bf7df4, #F47DDA);