#b09afb
a light, electric blue · warm · closest name: plum
RGB
176, 154, 251
HSL
254°, 92%, 79%
CMYK
30, 39, 0, 2
Luminance
0.3931
Every format
| HEX | #b09afb |
| RGB | rgb(176, 154, 251) |
| HSL | hsl(254, 92%, 79%) |
| CMYK | cmyk(30%, 39%, 0%, 2%) |
| LAB | lab(69.0 28.8 -45.5) |
| LCH | lch(69.0 53.8 302.3) |
| OKLCH | oklch(0.744 0.138 293.2) |
Copy-ready code
/* CSS */
color: #b09afb;
background-color: #b09afb;
/* Tailwind (arbitrary) */
class="text-[#b09afb] bg-[#b09afb]"
/* SCSS */
$brand: #b09afb;
/* SwiftUI */
Color(red: 0.690, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#b09afb")Accessibility — WCAG contrast
Aa
#b09afb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09afb on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.4%
Blue98.4%
CMYK percentages
Cyan29.9%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#b09afb text on a black background
contrast 8.86:1
Card sample
#b09afb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09afb;
Background color
Panel with #b09afb background
background-color: #b09afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09afb; background: linear-gradient(135deg, #b09afb, #F19AFB);