#bb8dfd
a light, electric violet · warm · closest name: violet
RGB
187, 141, 253
HSL
265°, 97%, 77%
CMYK
26, 44, 0, 1
Luminance
0.3671
Every format
| HEX | #bb8dfd |
| RGB | rgb(187, 141, 253) |
| HSL | hsl(265, 97%, 77%) |
| CMYK | cmyk(26%, 44%, 0%, 1%) |
| LAB | lab(67.1 39.5 -49.6) |
| LCH | lch(67.1 63.4 308.5) |
| OKLCH | oklch(0.732 0.163 301.5) |
Copy-ready code
/* CSS */
color: #bb8dfd;
background-color: #bb8dfd;
/* Tailwind (arbitrary) */
class="text-[#bb8dfd] bg-[#bb8dfd]"
/* SCSS */
$brand: #bb8dfd;
/* SwiftUI */
Color(red: 0.733, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#bb8dfd")Accessibility — WCAG contrast
Aa
#bb8dfd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8dfd on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green55.3%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#bb8dfd text on a black background
contrast 8.34:1
Card sample
#bb8dfd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8dfd;
Background color
Panel with #bb8dfd background
background-color: #bb8dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8dfd; background: linear-gradient(135deg, #bb8dfd, #FD8DF4);