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