#b09bdf
a light, vivid violet · warm · closest name: plum
RGB
176, 155, 223
HSL
259°, 52%, 74%
CMYK
21, 31, 0, 13
Luminance
0.3800
Every format
| HEX | #b09bdf |
| RGB | rgb(176, 155, 223) |
| HSL | hsl(259, 52%, 74%) |
| CMYK | cmyk(21%, 31%, 0%, 13%) |
| LAB | lab(68.0 21.5 -31.7) |
| LCH | lch(68.0 38.3 304.2) |
| OKLCH | oklch(0.733 0.099 298.1) |
Copy-ready code
/* CSS */
color: #b09bdf;
background-color: #b09bdf;
/* Tailwind (arbitrary) */
class="text-[#b09bdf] bg-[#b09bdf]"
/* SCSS */
$brand: #b09bdf;
/* SwiftUI */
Color(red: 0.690, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#b09bdf")Accessibility — WCAG contrast
Aa
#b09bdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09bdf on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.8%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b09bdf text on a black background
contrast 8.60:1
Card sample
#b09bdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09bdf;
Background color
Panel with #b09bdf background
background-color: #b09bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09bdf; background: linear-gradient(135deg, #b09bdf, #DD9BDF);