#b49fcf
a light, soft violet · warm · closest name: plum
RGB
180, 159, 207
HSL
266°, 33%, 72%
CMYK
13, 23, 0, 19
Luminance
0.3900
Every format
| HEX | #b49fcf |
| RGB | rgb(180, 159, 207) |
| HSL | hsl(266, 33%, 72%) |
| CMYK | cmyk(13%, 23%, 0%, 19%) |
| LAB | lab(68.8 17.0 -21.7) |
| LCH | lch(68.8 27.5 308.0) |
| OKLCH | oklch(0.737 0.072 304.6) |
Copy-ready code
/* CSS */
color: #b49fcf;
background-color: #b49fcf;
/* Tailwind (arbitrary) */
class="text-[#b49fcf] bg-[#b49fcf]"
/* SCSS */
$brand: #b49fcf;
/* SwiftUI */
Color(red: 0.706, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#b49fcf")Accessibility — WCAG contrast
Aa
#b49fcf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b49fcf on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green62.4%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b49fcf text on a black background
contrast 8.80:1
Card sample
#b49fcf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b49fcf;
Background color
Panel with #b49fcf background
background-color: #b49fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b49fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b49fcf; background: linear-gradient(135deg, #b49fcf, #CF9FCA);