#bb63df
a balanced, vivid violet · warm · closest name: orchid
RGB
187, 99, 223
HSL
283°, 66%, 63%
CMYK
16, 56, 0, 13
Luminance
0.2482
Every format
| HEX | #bb63df |
| RGB | rgb(187, 99, 223) |
| HSL | hsl(283, 66%, 63%) |
| CMYK | cmyk(16%, 56%, 0%, 13%) |
| LAB | lab(56.9 55.0 -49.0) |
| LCH | lch(56.9 73.7 318.3) |
| OKLCH | oklch(0.652 0.194 315.1) |
Copy-ready code
/* CSS */
color: #bb63df;
background-color: #bb63df;
/* Tailwind (arbitrary) */
class="text-[#bb63df] bg-[#bb63df]"
/* SCSS */
$brand: #bb63df;
/* SwiftUI */
Color(red: 0.733, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#bb63df")Accessibility — WCAG contrast
Aa
#bb63df on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb63df on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green38.8%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bb63df text on a black background
contrast 5.96:1
Card sample
#bb63df text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb63df;
Background color
Panel with #bb63df background
background-color: #bb63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb63df; background: linear-gradient(135deg, #bb63df, #DF63B0);