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