#b57fdf
a light, vivid violet · warm · closest name: orchid
RGB
181, 127, 223
HSL
274°, 60%, 69%
CMYK
19, 43, 0, 13
Luminance
0.3033
Every format
| HEX | #b57fdf |
| RGB | rgb(181, 127, 223) |
| HSL | hsl(274, 60%, 69%) |
| CMYK | cmyk(19%, 43%, 0%, 13%) |
| LAB | lab(61.9 38.6 -41.1) |
| LCH | lch(61.9 56.4 313.2) |
| OKLCH | oklch(0.688 0.147 308.9) |
Copy-ready code
/* CSS */
color: #b57fdf;
background-color: #b57fdf;
/* Tailwind (arbitrary) */
class="text-[#b57fdf] bg-[#b57fdf]"
/* SCSS */
$brand: #b57fdf;
/* SwiftUI */
Color(red: 0.710, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b57fdf")Accessibility — WCAG contrast
Aa
#b57fdf on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b57fdf on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green49.8%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b57fdf text on a black background
contrast 7.07:1
Card sample
#b57fdf text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57fdf;
Background color
Panel with #b57fdf background
background-color: #b57fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57fdf; background: linear-gradient(135deg, #b57fdf, #DF7FC9);