#b39bfd
a light, electric blue · warm · closest name: plum
RGB
179, 155, 253
HSL
255°, 96%, 80%
CMYK
29, 39, 0, 1
Luminance
0.4012
Every format
| HEX | #b39bfd |
| RGB | rgb(179, 155, 253) |
| HSL | hsl(255, 96%, 80%) |
| CMYK | cmyk(29%, 39%, 0%, 1%) |
| LAB | lab(69.5 29.5 -45.7) |
| LCH | lch(69.5 54.4 302.9) |
| OKLCH | oklch(0.749 0.140 294.0) |
Copy-ready code
/* CSS */
color: #b39bfd;
background-color: #b39bfd;
/* Tailwind (arbitrary) */
class="text-[#b39bfd] bg-[#b39bfd]"
/* SCSS */
$brand: #b39bfd;
/* SwiftUI */
Color(red: 0.702, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#b39bfd")Accessibility — WCAG contrast
Aa
#b39bfd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39bfd on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green60.8%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b39bfd text on a black background
contrast 9.02:1
Card sample
#b39bfd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39bfd;
Background color
Panel with #b39bfd background
background-color: #b39bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39bfd; background: linear-gradient(135deg, #b39bfd, #F49BFD);