#b66ef1
a light, electric violet · warm · closest name: orchid
RGB
182, 110, 241
HSL
273°, 82%, 69%
CMYK
25, 54, 0, 6
Luminance
0.2745
Every format
| HEX | #b66ef1 |
| RGB | rgb(182, 110, 241) |
| HSL | hsl(273, 82%, 69%) |
| CMYK | cmyk(25%, 54%, 0%, 6%) |
| LAB | lab(59.4 52.0 -55.1) |
| LCH | lch(59.4 75.8 313.3) |
| OKLCH | oklch(0.672 0.195 307.3) |
Copy-ready code
/* CSS */
color: #b66ef1;
background-color: #b66ef1;
/* Tailwind (arbitrary) */
class="text-[#b66ef1] bg-[#b66ef1]"
/* SCSS */
$brand: #b66ef1;
/* SwiftUI */
Color(red: 0.714, green: 0.431, blue: 0.945)
/* Android */
Color.parseColor("#b66ef1")Accessibility — WCAG contrast
Aa
#b66ef1 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66ef1 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green43.1%
Blue94.5%
CMYK percentages
Cyan24.5%
Magenta54.4%
Yellow0.0%
Key (black)5.5%
Color previews
#b66ef1 text on a black background
contrast 6.49:1
Card sample
#b66ef1 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66ef1;
Background color
Panel with #b66ef1 background
background-color: #b66ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 110, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 110, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66ef1; background: linear-gradient(135deg, #b66ef1, #F16ED5);