#b29fdf
a light, vivid violet · warm · closest name: plum
RGB
178, 159, 223
HSL
258°, 50%, 75%
CMYK
20, 29, 0, 13
Luminance
0.3959
Every format
| HEX | #b29fdf |
| RGB | rgb(178, 159, 223) |
| HSL | hsl(258, 50%, 75%) |
| CMYK | cmyk(20%, 29%, 0%, 13%) |
| LAB | lab(69.2 19.9 -29.9) |
| LCH | lch(69.2 35.9 303.6) |
| OKLCH | oklch(0.742 0.093 297.7) |
Copy-ready code
/* CSS */
color: #b29fdf;
background-color: #b29fdf;
/* Tailwind (arbitrary) */
class="text-[#b29fdf] bg-[#b29fdf]"
/* SCSS */
$brand: #b29fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#b29fdf")Accessibility — WCAG contrast
Aa
#b29fdf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b29fdf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green62.4%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b29fdf text on a black background
contrast 8.92:1
Card sample
#b29fdf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b29fdf;
Background color
Panel with #b29fdf background
background-color: #b29fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b29fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b29fdf; background: linear-gradient(135deg, #b29fdf, #DD9FDF);