#b38cdf
a light, vivid violet · warm · closest name: plum
RGB
179, 140, 223
HSL
268°, 57%, 71%
CMYK
20, 37, 0, 13
Luminance
0.3367
Every format
| HEX | #b38cdf |
| RGB | rgb(179, 140, 223) |
| HSL | hsl(268, 57%, 71%) |
| CMYK | cmyk(20%, 37%, 0%, 13%) |
| LAB | lab(64.7 30.8 -36.8) |
| LCH | lch(64.7 48.0 310.0) |
| OKLCH | oklch(0.708 0.124 305.0) |
Copy-ready code
/* CSS */
color: #b38cdf;
background-color: #b38cdf;
/* Tailwind (arbitrary) */
class="text-[#b38cdf] bg-[#b38cdf]"
/* SCSS */
$brand: #b38cdf;
/* SwiftUI */
Color(red: 0.702, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#b38cdf")Accessibility — WCAG contrast
Aa
#b38cdf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b38cdf on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green54.9%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b38cdf text on a black background
contrast 7.73:1
Card sample
#b38cdf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b38cdf;
Background color
Panel with #b38cdf background
background-color: #b38cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b38cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b38cdf; background: linear-gradient(135deg, #b38cdf, #DF8CD4);