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