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