#b18fdf
a light, vivid violet · warm · closest name: plum
RGB
177, 143, 223
HSL
266°, 56%, 72%
CMYK
21, 36, 0, 13
Luminance
0.3432
Every format
| HEX | #b18fdf |
| RGB | rgb(177, 143, 223) |
| HSL | hsl(266, 56%, 72%) |
| CMYK | cmyk(21%, 36%, 0%, 13%) |
| LAB | lab(65.2 28.6 -36.0) |
| LCH | lch(65.2 46.0 308.4) |
| OKLCH | oklch(0.712 0.119 303.0) |
Copy-ready code
/* CSS */
color: #b18fdf;
background-color: #b18fdf;
/* Tailwind (arbitrary) */
class="text-[#b18fdf] bg-[#b18fdf]"
/* SCSS */
$brand: #b18fdf;
/* SwiftUI */
Color(red: 0.694, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#b18fdf")Accessibility — WCAG contrast
Aa
#b18fdf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b18fdf on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b18fdf text on a black background
contrast 7.86:1
Card sample
#b18fdf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18fdf;
Background color
Panel with #b18fdf background
background-color: #b18fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18fdf; background: linear-gradient(135deg, #b18fdf, #DF8FD8);