#b29eee
a light, vivid violet · warm · closest name: plum
RGB
178, 158, 238
HSL
255°, 70%, 78%
CMYK
25, 34, 0, 7
Luminance
0.4009
Every format
| HEX | #b29eee |
| RGB | rgb(178, 158, 238) |
| HSL | hsl(255, 70%, 78%) |
| CMYK | cmyk(25%, 34%, 0%, 7%) |
| LAB | lab(69.5 23.9 -37.5) |
| LCH | lch(69.5 44.5 302.5) |
| OKLCH | oklch(0.747 0.115 295.0) |
Copy-ready code
/* CSS */
color: #b29eee;
background-color: #b29eee;
/* Tailwind (arbitrary) */
class="text-[#b29eee] bg-[#b29eee]"
/* SCSS */
$brand: #b29eee;
/* SwiftUI */
Color(red: 0.698, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#b29eee")Accessibility — WCAG contrast
Aa
#b29eee on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b29eee on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green62.0%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#b29eee text on a black background
contrast 9.02:1
Card sample
#b29eee text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b29eee;
Background color
Panel with #b29eee background
background-color: #b29eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b29eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b29eee; background: linear-gradient(135deg, #b29eee, #E79EEE);