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