#b46bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 107, 223
HSL
278°, 64%, 65%
CMYK
19, 52, 0, 13
Luminance
0.2555
Every format
| HEX | #b46bdf |
| RGB | rgb(180, 107, 223) |
| HSL | hsl(278, 64%, 65%) |
| CMYK | cmyk(19%, 52%, 0%, 13%) |
| LAB | lab(57.6 49.1 -48.0) |
| LCH | lch(57.6 68.6 315.7) |
| OKLCH | oklch(0.655 0.179 311.5) |
Copy-ready code
/* CSS */
color: #b46bdf;
background-color: #b46bdf;
/* Tailwind (arbitrary) */
class="text-[#b46bdf] bg-[#b46bdf]"
/* SCSS */
$brand: #b46bdf;
/* SwiftUI */
Color(red: 0.706, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#b46bdf")Accessibility — WCAG contrast
Aa
#b46bdf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46bdf on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green42.0%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b46bdf text on a black background
contrast 6.11:1
Card sample
#b46bdf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46bdf;
Background color
Panel with #b46bdf background
background-color: #b46bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46bdf; background: linear-gradient(135deg, #b46bdf, #DF6BBD);