#b66bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 107, 223
HSL
279°, 64%, 65%
CMYK
18, 52, 0, 13
Luminance
0.2579
Every format
| HEX | #b66bdf |
| RGB | rgb(182, 107, 223) |
| HSL | hsl(279, 64%, 65%) |
| CMYK | cmyk(18%, 52%, 0%, 13%) |
| LAB | lab(57.8 49.6 -47.6) |
| LCH | lch(57.8 68.8 316.2) |
| OKLCH | oklch(0.657 0.180 312.3) |
Copy-ready code
/* CSS */
color: #b66bdf;
background-color: #b66bdf;
/* Tailwind (arbitrary) */
class="text-[#b66bdf] bg-[#b66bdf]"
/* SCSS */
$brand: #b66bdf;
/* SwiftUI */
Color(red: 0.714, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#b66bdf")Accessibility — WCAG contrast
Aa
#b66bdf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66bdf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green42.0%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b66bdf text on a black background
contrast 6.16:1
Card sample
#b66bdf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66bdf;
Background color
Panel with #b66bdf background
background-color: #b66bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66bdf; background: linear-gradient(135deg, #b66bdf, #DF6BBB);