#b47bdf
a light, vivid violet · warm · closest name: orchid
RGB
180, 123, 223
HSL
274°, 61%, 68%
CMYK
19, 45, 0, 13
Luminance
0.2920
Every format
| HEX | #b47bdf |
| RGB | rgb(180, 123, 223) |
| HSL | hsl(274, 61%, 68%) |
| CMYK | cmyk(19%, 45%, 0%, 13%) |
| LAB | lab(61.0 40.5 -42.7) |
| LCH | lch(61.0 58.9 313.5) |
| OKLCH | oklch(0.680 0.153 309.1) |
Copy-ready code
/* CSS */
color: #b47bdf;
background-color: #b47bdf;
/* Tailwind (arbitrary) */
class="text-[#b47bdf] bg-[#b47bdf]"
/* SCSS */
$brand: #b47bdf;
/* SwiftUI */
Color(red: 0.706, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#b47bdf")Accessibility — WCAG contrast
Aa
#b47bdf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b47bdf on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green48.2%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b47bdf text on a black background
contrast 6.84:1
Card sample
#b47bdf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b47bdf;
Background color
Panel with #b47bdf background
background-color: #b47bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b47bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b47bdf; background: linear-gradient(135deg, #b47bdf, #DF7BC7);