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