#b08bdf
a light, vivid violet · warm · closest name: plum
RGB
176, 139, 223
HSL
266°, 57%, 71%
CMYK
21, 38, 0, 13
Luminance
0.3302
Every format
| HEX | #b08bdf |
| RGB | rgb(176, 139, 223) |
| HSL | hsl(266, 57%, 71%) |
| CMYK | cmyk(21%, 38%, 0%, 13%) |
| LAB | lab(64.2 30.5 -37.6) |
| LCH | lch(64.2 48.4 309.0) |
| OKLCH | oklch(0.703 0.125 303.6) |
Copy-ready code
/* CSS */
color: #b08bdf;
background-color: #b08bdf;
/* Tailwind (arbitrary) */
class="text-[#b08bdf] bg-[#b08bdf]"
/* SCSS */
$brand: #b08bdf;
/* SwiftUI */
Color(red: 0.690, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#b08bdf")Accessibility — WCAG contrast
Aa
#b08bdf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b08bdf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green54.5%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b08bdf text on a black background
contrast 7.60:1
Card sample
#b08bdf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08bdf;
Background color
Panel with #b08bdf background
background-color: #b08bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08bdf; background: linear-gradient(135deg, #b08bdf, #DF8BD6);