#b29afd
a light, electric blue · warm · closest name: plum
RGB
178, 154, 253
HSL
255°, 96%, 80%
CMYK
30, 39, 0, 1
Luminance
0.3967
Every format
| HEX | #b29afd |
| RGB | rgb(178, 154, 253) |
| HSL | hsl(255, 96%, 80%) |
| CMYK | cmyk(30%, 39%, 0%, 1%) |
| LAB | lab(69.2 29.8 -46.2) |
| LCH | lch(69.2 55.0 302.8) |
| OKLCH | oklch(0.747 0.141 293.8) |
Copy-ready code
/* CSS */
color: #b29afd;
background-color: #b29afd;
/* Tailwind (arbitrary) */
class="text-[#b29afd] bg-[#b29afd]"
/* SCSS */
$brand: #b29afd;
/* SwiftUI */
Color(red: 0.698, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#b29afd")Accessibility — WCAG contrast
Aa
#b29afd on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b29afd on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green60.4%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b29afd text on a black background
contrast 8.93:1
Card sample
#b29afd text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b29afd;
Background color
Panel with #b29afd background
background-color: #b29afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b29afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b29afd; background: linear-gradient(135deg, #b29afd, #F49AFD);