#bb8fdf
a light, vivid violet · warm · closest name: plum
RGB
187, 143, 223
HSL
273°, 56%, 72%
CMYK
16, 36, 0, 13
Luminance
0.3554
Every format
| HEX | #bb8fdf |
| RGB | rgb(187, 143, 223) |
| HSL | hsl(273, 56%, 72%) |
| CMYK | cmyk(16%, 36%, 0%, 13%) |
| LAB | lab(66.2 31.6 -34.5) |
| LCH | lch(66.2 46.7 312.5) |
| OKLCH | oklch(0.721 0.122 308.8) |
Copy-ready code
/* CSS */
color: #bb8fdf;
background-color: #bb8fdf;
/* Tailwind (arbitrary) */
class="text-[#bb8fdf] bg-[#bb8fdf]"
/* SCSS */
$brand: #bb8fdf;
/* SwiftUI */
Color(red: 0.733, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#bb8fdf")Accessibility — WCAG contrast
Aa
#bb8fdf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8fdf on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green56.1%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bb8fdf text on a black background
contrast 8.11:1
Card sample
#bb8fdf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8fdf;
Background color
Panel with #bb8fdf background
background-color: #bb8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8fdf; background: linear-gradient(135deg, #bb8fdf, #DF8FCE);