#bb73f2
a light, electric violet · warm · closest name: violet
RGB
187, 115, 242
HSL
274°, 83%, 70%
CMYK
23, 53, 0, 5
Luminance
0.2924
Every format
| HEX | #bb73f2 |
| RGB | rgb(187, 115, 242) |
| HSL | hsl(274, 83%, 70%) |
| CMYK | cmyk(23%, 53%, 0%, 5%) |
| LAB | lab(61.0 50.9 -53.1) |
| LCH | lch(61.0 73.6 313.8) |
| OKLCH | oklch(0.685 0.190 308.4) |
Copy-ready code
/* CSS */
color: #bb73f2;
background-color: #bb73f2;
/* Tailwind (arbitrary) */
class="text-[#bb73f2] bg-[#bb73f2]"
/* SCSS */
$brand: #bb73f2;
/* SwiftUI */
Color(red: 0.733, green: 0.451, blue: 0.949)
/* Android */
Color.parseColor("#bb73f2")Accessibility — WCAG contrast
Aa
#bb73f2 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb73f2 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green45.1%
Blue94.9%
CMYK percentages
Cyan22.7%
Magenta52.5%
Yellow0.0%
Key (black)5.1%
Color previews
#bb73f2 text on a black background
contrast 6.85:1
Card sample
#bb73f2 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb73f2;
Background color
Panel with #bb73f2 background
background-color: #bb73f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb73f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 115, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 115, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb73f2; background: linear-gradient(135deg, #bb73f2, #F273D4);