#bd5cff
a light, electric violet · warm · closest name: violet
RGB
189, 92, 255
HSL
276°, 100%, 68%
CMYK
26, 64, 0, 0
Luminance
0.2569
Every format
| HEX | #bd5cff |
| RGB | rgb(189, 92, 255) |
| HSL | hsl(276, 100%, 68%) |
| CMYK | cmyk(26%, 64%, 0%, 0%) |
| LAB | lab(57.8 65.5 -65.5) |
| LCH | lch(57.8 92.7 315.0) |
| OKLCH | oklch(0.664 0.237 308.7) |
Copy-ready code
/* CSS */
color: #bd5cff;
background-color: #bd5cff;
/* Tailwind (arbitrary) */
class="text-[#bd5cff] bg-[#bd5cff]"
/* SCSS */
$brand: #bd5cff;
/* SwiftUI */
Color(red: 0.741, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#bd5cff")Accessibility — WCAG contrast
Aa
#bd5cff on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd5cff on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green36.1%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#bd5cff text on a black background
contrast 6.14:1
Card sample
#bd5cff text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd5cff;
Background color
Panel with #bd5cff background
background-color: #bd5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd5cff; background: linear-gradient(135deg, #bd5cff, #FF5CD4);