#b29dfb
a light, electric blue · warm · closest name: plum
RGB
178, 157, 251
HSL
253°, 92%, 80%
CMYK
29, 38, 0, 2
Luminance
0.4054
Every format
| HEX | #b29dfb |
| RGB | rgb(178, 157, 251) |
| HSL | hsl(253, 92%, 80%) |
| CMYK | cmyk(29%, 38%, 0%, 2%) |
| LAB | lab(69.8 27.6 -44.1) |
| LCH | lch(69.8 52.1 302.1) |
| OKLCH | oklch(0.751 0.134 293.2) |
Copy-ready code
/* CSS */
color: #b29dfb;
background-color: #b29dfb;
/* Tailwind (arbitrary) */
class="text-[#b29dfb] bg-[#b29dfb]"
/* SCSS */
$brand: #b29dfb;
/* SwiftUI */
Color(red: 0.698, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#b29dfb")Accessibility — WCAG contrast
Aa
#b29dfb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b29dfb on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green61.6%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#b29dfb text on a black background
contrast 9.11:1
Card sample
#b29dfb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b29dfb;
Background color
Panel with #b29dfb background
background-color: #b29dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b29dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b29dfb; background: linear-gradient(135deg, #b29dfb, #F19DFB);