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