#b47fdf
a light, vivid violet · warm · closest name: orchid
RGB
180, 127, 223
HSL
273°, 60%, 69%
CMYK
19, 43, 0, 13
Luminance
0.3021
Every format
| HEX | #b47fdf |
| RGB | rgb(180, 127, 223) |
| HSL | hsl(273, 60%, 69%) |
| CMYK | cmyk(19%, 43%, 0%, 13%) |
| LAB | lab(61.8 38.4 -41.3) |
| LCH | lch(61.8 56.3 312.9) |
| OKLCH | oklch(0.687 0.146 308.4) |
Copy-ready code
/* CSS */
color: #b47fdf;
background-color: #b47fdf;
/* Tailwind (arbitrary) */
class="text-[#b47fdf] bg-[#b47fdf]"
/* SCSS */
$brand: #b47fdf;
/* SwiftUI */
Color(red: 0.706, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b47fdf")Accessibility — WCAG contrast
Aa
#b47fdf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b47fdf on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b47fdf text on a black background
contrast 7.04:1
Card sample
#b47fdf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b47fdf;
Background color
Panel with #b47fdf background
background-color: #b47fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b47fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b47fdf; background: linear-gradient(135deg, #b47fdf, #DF7FCA);