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