#bb5dfd
a light, electric violet · warm · closest name: violet
RGB
187, 93, 253
HSL
275°, 98%, 68%
CMYK
26, 63, 0, 1
Luminance
0.2549
Every format
| HEX | #bb5dfd |
| RGB | rgb(187, 93, 253) |
| HSL | hsl(275, 98%, 68%) |
| CMYK | cmyk(26%, 63%, 0%, 1%) |
| LAB | lab(57.5 64.2 -64.7) |
| LCH | lch(57.5 91.2 314.8) |
| OKLCH | oklch(0.662 0.233 308.3) |
Copy-ready code
/* CSS */
color: #bb5dfd;
background-color: #bb5dfd;
/* Tailwind (arbitrary) */
class="text-[#bb5dfd] bg-[#bb5dfd]"
/* SCSS */
$brand: #bb5dfd;
/* SwiftUI */
Color(red: 0.733, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#bb5dfd")Accessibility — WCAG contrast
Aa
#bb5dfd on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb5dfd on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green36.5%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bb5dfd text on a black background
contrast 6.10:1
Card sample
#bb5dfd text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb5dfd;
Background color
Panel with #bb5dfd background
background-color: #bb5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb5dfd; background: linear-gradient(135deg, #bb5dfd, #FD5DD4);