#b66fdf
a light, vivid violet · warm · closest name: orchid
RGB
182, 111, 223
HSL
278°, 64%, 66%
CMYK
18, 50, 0, 13
Luminance
0.2664
Every format
| HEX | #b66fdf |
| RGB | rgb(182, 111, 223) |
| HSL | hsl(278, 64%, 66%) |
| CMYK | cmyk(18%, 50%, 0%, 13%) |
| LAB | lab(58.6 47.5 -46.3) |
| LCH | lch(58.6 66.4 315.8) |
| OKLCH | oklch(0.663 0.173 311.8) |
Copy-ready code
/* CSS */
color: #b66fdf;
background-color: #b66fdf;
/* Tailwind (arbitrary) */
class="text-[#b66fdf] bg-[#b66fdf]"
/* SCSS */
$brand: #b66fdf;
/* SwiftUI */
Color(red: 0.714, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#b66fdf")Accessibility — WCAG contrast
Aa
#b66fdf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66fdf on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b66fdf text on a black background
contrast 6.33:1
Card sample
#b66fdf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66fdf;
Background color
Panel with #b66fdf background
background-color: #b66fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66fdf; background: linear-gradient(135deg, #b66fdf, #DF6FBD);