#bd5df4
a light, electric violet · warm · closest name: violet
RGB
189, 93, 244
HSL
278°, 87%, 66%
CMYK
23, 62, 0, 4
Luminance
0.2518
Every format
| HEX | #bd5df4 |
| RGB | rgb(189, 93, 244) |
| HSL | hsl(278, 87%, 66%) |
| CMYK | cmyk(23%, 62%, 0%, 4%) |
| LAB | lab(57.3 62.8 -60.2) |
| LCH | lch(57.3 86.9 316.2) |
| OKLCH | oklch(0.659 0.225 311.0) |
Copy-ready code
/* CSS */
color: #bd5df4;
background-color: #bd5df4;
/* Tailwind (arbitrary) */
class="text-[#bd5df4] bg-[#bd5df4]"
/* SCSS */
$brand: #bd5df4;
/* SwiftUI */
Color(red: 0.741, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#bd5df4")Accessibility — WCAG contrast
Aa
#bd5df4 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd5df4 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green36.5%
Blue95.7%
CMYK percentages
Cyan22.5%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#bd5df4 text on a black background
contrast 6.04:1
Card sample
#bd5df4 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd5df4;
Background color
Panel with #bd5df4 background
background-color: #bd5df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd5df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd5df4; background: linear-gradient(135deg, #bd5df4, #F45DC6);