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