#b660df
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 96, 223
HSL
281°, 67%, 63%
CMYK
18, 57, 0, 13
Luminance
0.2364
Every format
| HEX | #b660df |
| RGB | rgb(182, 96, 223) |
| HSL | hsl(281, 67%, 63%) |
| CMYK | cmyk(18%, 57%, 0%, 13%) |
| LAB | lab(55.7 55.2 -50.9) |
| LCH | lch(55.7 75.1 317.3) |
| OKLCH | oklch(0.642 0.197 313.5) |
Copy-ready code
/* CSS */
color: #b660df;
background-color: #b660df;
/* Tailwind (arbitrary) */
class="text-[#b660df] bg-[#b660df]"
/* SCSS */
$brand: #b660df;
/* SwiftUI */
Color(red: 0.714, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#b660df")Accessibility — WCAG contrast
Aa
#b660df on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b660df on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green37.6%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b660df text on a black background
contrast 5.73:1
Card sample
#b660df text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b660df;
Background color
Panel with #b660df background
background-color: #b660df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b660df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b660df; background: linear-gradient(135deg, #b660df, #DF60B3);