#b666df
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 102, 223
HSL
280°, 65%, 64%
CMYK
18, 54, 0, 13
Luminance
0.2478
Every format
| HEX | #b666df |
| RGB | rgb(182, 102, 223) |
| HSL | hsl(280, 65%, 64%) |
| CMYK | cmyk(18%, 54%, 0%, 13%) |
| LAB | lab(56.9 52.2 -49.1) |
| LCH | lch(56.9 71.7 316.8) |
| OKLCH | oklch(0.650 0.188 312.9) |
Copy-ready code
/* CSS */
color: #b666df;
background-color: #b666df;
/* Tailwind (arbitrary) */
class="text-[#b666df] bg-[#b666df]"
/* SCSS */
$brand: #b666df;
/* SwiftUI */
Color(red: 0.714, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#b666df")Accessibility — WCAG contrast
Aa
#b666df on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b666df on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green40.0%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b666df text on a black background
contrast 5.96:1
Card sample
#b666df text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b666df;
Background color
Panel with #b666df background
background-color: #b666df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b666df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b666df; background: linear-gradient(135deg, #b666df, #DF66B7);