#bb50df
a balanced, vivid violet · warm · closest name: orchid
RGB
187, 80, 223
HSL
285°, 69%, 59%
CMYK
16, 64, 0, 13
Luminance
0.2163
Every format
| HEX | #bb50df |
| RGB | rgb(187, 80, 223) |
| HSL | hsl(285, 69%, 59%) |
| CMYK | cmyk(16%, 64%, 0%, 13%) |
| LAB | lab(53.6 63.9 -54.2) |
| LCH | lch(53.6 83.8 319.7) |
| OKLCH | oklch(0.628 0.221 316.5) |
Copy-ready code
/* CSS */
color: #bb50df;
background-color: #bb50df;
/* Tailwind (arbitrary) */
class="text-[#bb50df] bg-[#bb50df]"
/* SCSS */
$brand: #bb50df;
/* SwiftUI */
Color(red: 0.733, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#bb50df")Accessibility — WCAG contrast
Aa
#bb50df on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb50df on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green31.4%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bb50df text on a black background
contrast 5.33:1
Card sample
#bb50df text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb50df;
Background color
Panel with #bb50df background
background-color: #bb50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb50df; background: linear-gradient(135deg, #bb50df, #DF50A4);