#b38fdf
a light, vivid violet · warm · closest name: plum
RGB
179, 143, 223
HSL
267°, 56%, 72%
CMYK
20, 36, 0, 13
Luminance
0.3456
Every format
| HEX | #b38fdf |
| RGB | rgb(179, 143, 223) |
| HSL | hsl(267, 56%, 72%) |
| CMYK | cmyk(20%, 36%, 0%, 13%) |
| LAB | lab(65.4 29.1 -35.7) |
| LCH | lch(65.4 46.1 309.2) |
| OKLCH | oklch(0.713 0.119 304.2) |
Copy-ready code
/* CSS */
color: #b38fdf;
background-color: #b38fdf;
/* Tailwind (arbitrary) */
class="text-[#b38fdf] bg-[#b38fdf]"
/* SCSS */
$brand: #b38fdf;
/* SwiftUI */
Color(red: 0.702, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#b38fdf")Accessibility — WCAG contrast
Aa
#b38fdf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b38fdf on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green56.1%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b38fdf text on a black background
contrast 7.91:1
Card sample
#b38fdf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b38fdf;
Background color
Panel with #b38fdf background
background-color: #b38fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b38fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b38fdf; background: linear-gradient(135deg, #b38fdf, #DF8FD6);