#b29dfd
a light, electric blue · warm · closest name: plum
RGB
178, 157, 253
HSL
253°, 96%, 80%
CMYK
30, 38, 0, 1
Luminance
0.4067
Every format
| HEX | #b29dfd |
| RGB | rgb(178, 157, 253) |
| HSL | hsl(253, 96%, 80%) |
| CMYK | cmyk(30%, 38%, 0%, 1%) |
| LAB | lab(69.9 28.1 -45.1) |
| LCH | lch(69.9 53.1 302.0) |
| OKLCH | oklch(0.752 0.137 292.9) |
Copy-ready code
/* CSS */
color: #b29dfd;
background-color: #b29dfd;
/* Tailwind (arbitrary) */
class="text-[#b29dfd] bg-[#b29dfd]"
/* SCSS */
$brand: #b29dfd;
/* SwiftUI */
Color(red: 0.698, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#b29dfd")Accessibility — WCAG contrast
Aa
#b29dfd on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b29dfd on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green61.6%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b29dfd text on a black background
contrast 9.13:1
Card sample
#b29dfd text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b29dfd;
Background color
Panel with #b29dfd background
background-color: #b29dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b29dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b29dfd; background: linear-gradient(135deg, #b29dfd, #F29DFD);