#b09cdf
a light, vivid violet · warm · closest name: plum
RGB
176, 156, 223
HSL
258°, 51%, 74%
CMYK
21, 30, 0, 13
Luminance
0.3833
Every format
| HEX | #b09cdf |
| RGB | rgb(176, 156, 223) |
| HSL | hsl(258, 51%, 74%) |
| CMYK | cmyk(21%, 30%, 0%, 13%) |
| LAB | lab(68.3 20.9 -31.3) |
| LCH | lch(68.3 37.6 303.8) |
| OKLCH | oklch(0.735 0.097 297.7) |
Copy-ready code
/* CSS */
color: #b09cdf;
background-color: #b09cdf;
/* Tailwind (arbitrary) */
class="text-[#b09cdf] bg-[#b09cdf]"
/* SCSS */
$brand: #b09cdf;
/* SwiftUI */
Color(red: 0.690, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#b09cdf")Accessibility — WCAG contrast
Aa
#b09cdf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09cdf on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green61.2%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b09cdf text on a black background
contrast 8.67:1
Card sample
#b09cdf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09cdf;
Background color
Panel with #b09cdf background
background-color: #b09cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09cdf; background: linear-gradient(135deg, #b09cdf, #DD9CDF);