#b09afe
a light, electric blue · warm · closest name: plum
RGB
176, 154, 254
HSL
253°, 98%, 80%
CMYK
31, 39, 0, 0
Luminance
0.3950
Every format
| HEX | #b09afe |
| RGB | rgb(176, 154, 254) |
| HSL | hsl(253, 98%, 80%) |
| CMYK | cmyk(31%, 39%, 0%, 0%) |
| LAB | lab(69.1 29.5 -46.9) |
| LCH | lch(69.1 55.4 302.2) |
| OKLCH | oklch(0.745 0.142 292.7) |
Copy-ready code
/* CSS */
color: #b09afe;
background-color: #b09afe;
/* Tailwind (arbitrary) */
class="text-[#b09afe] bg-[#b09afe]"
/* SCSS */
$brand: #b09afe;
/* SwiftUI */
Color(red: 0.690, green: 0.604, blue: 0.996)
/* Android */
Color.parseColor("#b09afe")Accessibility — WCAG contrast
Aa
#b09afe on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09afe on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.4%
Blue99.6%
CMYK percentages
Cyan30.7%
Magenta39.4%
Yellow0.0%
Key (black)0.4%
Color previews
#b09afe text on a black background
contrast 8.90:1
Card sample
#b09afe text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09afe;
Background color
Panel with #b09afe background
background-color: #b09afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 154, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 154, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09afe; background: linear-gradient(135deg, #b09afe, #F39AFE);