#b18beb
a light, vivid violet · warm · closest name: plum
RGB
177, 139, 235
HSL
264°, 71%, 73%
CMYK
25, 41, 0, 8
Luminance
0.3381
Every format
| HEX | #b18beb |
| RGB | rgb(177, 139, 235) |
| HSL | hsl(264, 71%, 73%) |
| CMYK | cmyk(25%, 41%, 0%, 8%) |
| LAB | lab(64.8 33.6 -43.3) |
| LCH | lch(64.8 54.8 307.8) |
| OKLCH | oklch(0.710 0.141 301.1) |
Copy-ready code
/* CSS */
color: #b18beb;
background-color: #b18beb;
/* Tailwind (arbitrary) */
class="text-[#b18beb] bg-[#b18beb]"
/* SCSS */
$brand: #b18beb;
/* SwiftUI */
Color(red: 0.694, green: 0.545, blue: 0.922)
/* Android */
Color.parseColor("#b18beb")Accessibility — WCAG contrast
Aa
#b18beb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b18beb on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green54.5%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta40.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b18beb text on a black background
contrast 7.76:1
Card sample
#b18beb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18beb;
Background color
Panel with #b18beb background
background-color: #b18beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 139, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 139, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18beb; background: linear-gradient(135deg, #b18beb, #EB8BE5);