#bb55ff
a light, electric violet · warm · closest name: magenta
RGB
187, 85, 255
HSL
276°, 100%, 67%
CMYK
27, 67, 0, 0
Luminance
0.2428
Every format
| HEX | #bb55ff |
| RGB | rgb(187, 85, 255) |
| HSL | hsl(276, 100%, 67%) |
| CMYK | cmyk(27%, 67%, 0%, 0%) |
| LAB | lab(56.4 68.3 -67.7) |
| LCH | lch(56.4 96.2 315.2) |
| OKLCH | oklch(0.654 0.245 308.6) |
Copy-ready code
/* CSS */
color: #bb55ff;
background-color: #bb55ff;
/* Tailwind (arbitrary) */
class="text-[#bb55ff] bg-[#bb55ff]"
/* SCSS */
$brand: #bb55ff;
/* SwiftUI */
Color(red: 0.733, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#bb55ff")Accessibility — WCAG contrast
Aa
#bb55ff on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb55ff on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green33.3%
Blue100.0%
CMYK percentages
Cyan26.7%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bb55ff text on a black background
contrast 5.86:1
Card sample
#bb55ff text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb55ff;
Background color
Panel with #bb55ff background
background-color: #bb55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb55ff; background: linear-gradient(135deg, #bb55ff, #FF55D2);