#bd5df2
a light, electric violet · warm · closest name: violet
RGB
189, 93, 242
HSL
279°, 85%, 66%
CMYK
22, 62, 0, 5
Luminance
0.2506
Every format
| HEX | #bd5df2 |
| RGB | rgb(189, 93, 242) |
| HSL | hsl(279, 85%, 66%) |
| CMYK | cmyk(22%, 62%, 0%, 5%) |
| LAB | lab(57.1 62.3 -59.3) |
| LCH | lch(57.1 86.0 316.4) |
| OKLCH | oklch(0.657 0.223 311.5) |
Copy-ready code
/* CSS */
color: #bd5df2;
background-color: #bd5df2;
/* Tailwind (arbitrary) */
class="text-[#bd5df2] bg-[#bd5df2]"
/* SCSS */
$brand: #bd5df2;
/* SwiftUI */
Color(red: 0.741, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#bd5df2")Accessibility — WCAG contrast
Aa
#bd5df2 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd5df2 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green36.5%
Blue94.9%
CMYK percentages
Cyan21.9%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#bd5df2 text on a black background
contrast 6.01:1
Card sample
#bd5df2 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd5df2;
Background color
Panel with #bd5df2 background
background-color: #bd5df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd5df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd5df2; background: linear-gradient(135deg, #bd5df2, #F25DC4);