#b38bcf
a light, soft violet · warm · closest name: plum
RGB
179, 139, 207
HSL
275°, 42%, 68%
CMYK
14, 33, 0, 19
Luminance
0.3255
Every format
| HEX | #b38bcf |
| RGB | rgb(179, 139, 207) |
| HSL | hsl(275, 42%, 68%) |
| CMYK | cmyk(14%, 33%, 0%, 19%) |
| LAB | lab(63.8 27.9 -29.3) |
| LCH | lch(63.8 40.4 313.6) |
| OKLCH | oklch(0.699 0.106 310.7) |
Copy-ready code
/* CSS */
color: #b38bcf;
background-color: #b38bcf;
/* Tailwind (arbitrary) */
class="text-[#b38bcf] bg-[#b38bcf]"
/* SCSS */
$brand: #b38bcf;
/* SwiftUI */
Color(red: 0.702, green: 0.545, blue: 0.812)
/* Android */
Color.parseColor("#b38bcf")Accessibility — WCAG contrast
Aa
#b38bcf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b38bcf on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green54.5%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta32.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b38bcf text on a black background
contrast 7.51:1
Card sample
#b38bcf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b38bcf;
Background color
Panel with #b38bcf background
background-color: #b38bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b38bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 139, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 139, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b38bcf; background: linear-gradient(135deg, #b38bcf, #CF8BBE);