#bb6fdf
a light, vivid violet · warm · closest name: orchid
RGB
187, 111, 223
HSL
281°, 64%, 66%
CMYK
16, 50, 0, 13
Luminance
0.2726
Every format
| HEX | #bb6fdf |
| RGB | rgb(187, 111, 223) |
| HSL | hsl(281, 64%, 66%) |
| CMYK | cmyk(16%, 50%, 0%, 13%) |
| LAB | lab(59.2 48.9 -45.4) |
| LCH | lch(59.2 66.7 317.2) |
| OKLCH | oklch(0.669 0.175 313.9) |
Copy-ready code
/* CSS */
color: #bb6fdf;
background-color: #bb6fdf;
/* Tailwind (arbitrary) */
class="text-[#bb6fdf] bg-[#bb6fdf]"
/* SCSS */
$brand: #bb6fdf;
/* SwiftUI */
Color(red: 0.733, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#bb6fdf")Accessibility — WCAG contrast
Aa
#bb6fdf on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb6fdf on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green43.5%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bb6fdf text on a black background
contrast 6.45:1
Card sample
#bb6fdf text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb6fdf;
Background color
Panel with #bb6fdf background
background-color: #bb6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb6fdf; background: linear-gradient(135deg, #bb6fdf, #DF6FB8);