#b18cdf
a light, vivid violet · warm · closest name: plum
RGB
177, 140, 223
HSL
267°, 57%, 71%
CMYK
21, 37, 0, 13
Luminance
0.3343
Every format
| HEX | #b18cdf |
| RGB | rgb(177, 140, 223) |
| HSL | hsl(267, 57%, 71%) |
| CMYK | cmyk(21%, 37%, 0%, 13%) |
| LAB | lab(64.5 30.2 -37.1) |
| LCH | lch(64.5 47.9 309.2) |
| OKLCH | oklch(0.706 0.124 303.9) |
Copy-ready code
/* CSS */
color: #b18cdf;
background-color: #b18cdf;
/* Tailwind (arbitrary) */
class="text-[#b18cdf] bg-[#b18cdf]"
/* SCSS */
$brand: #b18cdf;
/* SwiftUI */
Color(red: 0.694, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#b18cdf")Accessibility — WCAG contrast
Aa
#b18cdf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b18cdf on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b18cdf text on a black background
contrast 7.69:1
Card sample
#b18cdf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18cdf;
Background color
Panel with #b18cdf background
background-color: #b18cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18cdf; background: linear-gradient(135deg, #b18cdf, #DF8CD6);