#b18cee
a light, vivid violet · warm · closest name: plum
RGB
177, 140, 238
HSL
263°, 74%, 74%
CMYK
26, 41, 0, 7
Luminance
0.3428
Every format
| HEX | #b18cee |
| RGB | rgb(177, 140, 238) |
| HSL | hsl(263, 74%, 74%) |
| CMYK | cmyk(26%, 41%, 0%, 7%) |
| LAB | lab(65.2 33.7 -44.4) |
| LCH | lch(65.2 55.7 307.3) |
| OKLCH | oklch(0.713 0.143 300.2) |
Copy-ready code
/* CSS */
color: #b18cee;
background-color: #b18cee;
/* Tailwind (arbitrary) */
class="text-[#b18cee] bg-[#b18cee]"
/* SCSS */
$brand: #b18cee;
/* SwiftUI */
Color(red: 0.694, green: 0.549, blue: 0.933)
/* Android */
Color.parseColor("#b18cee")Accessibility — WCAG contrast
Aa
#b18cee on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b18cee on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green54.9%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta41.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b18cee text on a black background
contrast 7.86:1
Card sample
#b18cee text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18cee;
Background color
Panel with #b18cee background
background-color: #b18cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 140, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 140, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18cee; background: linear-gradient(135deg, #b18cee, #EE8CEA);