#bd6df8
a light, electric violet · warm · closest name: violet
RGB
189, 109, 248
HSL
275°, 91%, 70%
CMYK
24, 56, 0, 3
Luminance
0.2853
Every format
| HEX | #bd6df8 |
| RGB | rgb(189, 109, 248) |
| HSL | hsl(275, 91%, 70%) |
| CMYK | cmyk(24%, 56%, 0%, 3%) |
| LAB | lab(60.4 55.8 -57.4) |
| LCH | lch(60.4 80.1 314.2) |
| OKLCH | oklch(0.682 0.206 308.5) |
Copy-ready code
/* CSS */
color: #bd6df8;
background-color: #bd6df8;
/* Tailwind (arbitrary) */
class="text-[#bd6df8] bg-[#bd6df8]"
/* SCSS */
$brand: #bd6df8;
/* SwiftUI */
Color(red: 0.741, green: 0.427, blue: 0.973)
/* Android */
Color.parseColor("#bd6df8")Accessibility — WCAG contrast
Aa
#bd6df8 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd6df8 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green42.7%
Blue97.3%
CMYK percentages
Cyan23.8%
Magenta56.0%
Yellow0.0%
Key (black)2.7%
Color previews
#bd6df8 text on a black background
contrast 6.71:1
Card sample
#bd6df8 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd6df8;
Background color
Panel with #bd6df8 background
background-color: #bd6df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd6df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 109, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 109, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd6df8; background: linear-gradient(135deg, #bd6df8, #F86DD6);