#bb66ff
a light, electric violet · warm · closest name: slateblue
RGB
187, 102, 255
HSL
273°, 100%, 70%
CMYK
27, 60, 0, 0
Luminance
0.2729
Every format
| HEX | #bb66ff |
| RGB | rgb(187, 102, 255) |
| HSL | hsl(273, 100%, 70%) |
| CMYK | cmyk(27%, 60%, 0%, 0%) |
| LAB | lab(59.2 60.4 -63.1) |
| LCH | lch(59.2 87.3 313.7) |
| OKLCH | oklch(0.675 0.223 307.0) |
Copy-ready code
/* CSS */
color: #bb66ff;
background-color: #bb66ff;
/* Tailwind (arbitrary) */
class="text-[#bb66ff] bg-[#bb66ff]"
/* SCSS */
$brand: #bb66ff;
/* SwiftUI */
Color(red: 0.733, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#bb66ff")Accessibility — WCAG contrast
Aa
#bb66ff on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb66ff on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green40.0%
Blue100.0%
CMYK percentages
Cyan26.7%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#bb66ff text on a black background
contrast 6.46:1
Card sample
#bb66ff text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb66ff;
Background color
Panel with #bb66ff background
background-color: #bb66ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb66ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb66ff; background: linear-gradient(135deg, #bb66ff, #FF66DD);