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