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