#b18ddf
a light, vivid violet · warm · closest name: plum
RGB
177, 141, 223
HSL
266°, 56%, 71%
CMYK
21, 37, 0, 13
Luminance
0.3372
Every format
| HEX | #b18ddf |
| RGB | rgb(177, 141, 223) |
| HSL | hsl(266, 56%, 71%) |
| CMYK | cmyk(21%, 37%, 0%, 13%) |
| LAB | lab(64.7 29.7 -36.8) |
| LCH | lch(64.7 47.2 308.9) |
| OKLCH | oklch(0.708 0.122 303.6) |
Copy-ready code
/* CSS */
color: #b18ddf;
background-color: #b18ddf;
/* Tailwind (arbitrary) */
class="text-[#b18ddf] bg-[#b18ddf]"
/* SCSS */
$brand: #b18ddf;
/* SwiftUI */
Color(red: 0.694, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#b18ddf")Accessibility — WCAG contrast
Aa
#b18ddf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b18ddf on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green55.3%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b18ddf text on a black background
contrast 7.74:1
Card sample
#b18ddf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18ddf;
Background color
Panel with #b18ddf background
background-color: #b18ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18ddf; background: linear-gradient(135deg, #b18ddf, #DF8DD6);