#b49ceb
a light, vivid violet · warm · closest name: plum
RGB
180, 156, 235
HSL
258°, 66%, 77%
CMYK
23, 34, 0, 8
Luminance
0.3948
Every format
| HEX | #b49ceb |
| RGB | rgb(180, 156, 235) |
| HSL | hsl(258, 66%, 77%) |
| CMYK | cmyk(23%, 34%, 0%, 8%) |
| LAB | lab(69.1 24.9 -36.6) |
| LCH | lch(69.1 44.3 304.3) |
| OKLCH | oklch(0.743 0.114 297.5) |
Copy-ready code
/* CSS */
color: #b49ceb;
background-color: #b49ceb;
/* Tailwind (arbitrary) */
class="text-[#b49ceb] bg-[#b49ceb]"
/* SCSS */
$brand: #b49ceb;
/* SwiftUI */
Color(red: 0.706, green: 0.612, blue: 0.922)
/* Android */
Color.parseColor("#b49ceb")Accessibility — WCAG contrast
Aa
#b49ceb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b49ceb on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green61.2%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta33.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b49ceb text on a black background
contrast 8.90:1
Card sample
#b49ceb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b49ceb;
Background color
Panel with #b49ceb background
background-color: #b49ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b49ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 156, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 156, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b49ceb; background: linear-gradient(135deg, #b49ceb, #E99CEB);