#b46ddf
a light, vivid violet · warm · closest name: orchid
RGB
180, 109, 223
HSL
277°, 64%, 65%
CMYK
19, 51, 0, 13
Luminance
0.2597
Every format
| HEX | #b46ddf |
| RGB | rgb(180, 109, 223) |
| HSL | hsl(277, 64%, 65%) |
| CMYK | cmyk(19%, 51%, 0%, 13%) |
| LAB | lab(58.0 48.1 -47.3) |
| LCH | lch(58.0 67.5 315.5) |
| OKLCH | oklch(0.658 0.176 311.2) |
Copy-ready code
/* CSS */
color: #b46ddf;
background-color: #b46ddf;
/* Tailwind (arbitrary) */
class="text-[#b46ddf] bg-[#b46ddf]"
/* SCSS */
$brand: #b46ddf;
/* SwiftUI */
Color(red: 0.706, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#b46ddf")Accessibility — WCAG contrast
Aa
#b46ddf on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46ddf on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green42.7%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b46ddf text on a black background
contrast 6.19:1
Card sample
#b46ddf text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46ddf;
Background color
Panel with #b46ddf background
background-color: #b46ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46ddf; background: linear-gradient(135deg, #b46ddf, #DF6DBE);