#b09af9
a light, electric blue · warm · closest name: plum
RGB
176, 154, 249
HSL
254°, 89%, 79%
CMYK
29, 38, 0, 2
Luminance
0.3918
Every format
| HEX | #b09af9 |
| RGB | rgb(176, 154, 249) |
| HSL | hsl(254, 89%, 79%) |
| CMYK | cmyk(29%, 38%, 0%, 2%) |
| LAB | lab(68.9 28.3 -44.6) |
| LCH | lch(68.9 52.8 302.4) |
| OKLCH | oklch(0.743 0.136 293.5) |
Copy-ready code
/* CSS */
color: #b09af9;
background-color: #b09af9;
/* Tailwind (arbitrary) */
class="text-[#b09af9] bg-[#b09af9]"
/* SCSS */
$brand: #b09af9;
/* SwiftUI */
Color(red: 0.690, green: 0.604, blue: 0.976)
/* Android */
Color.parseColor("#b09af9")Accessibility — WCAG contrast
Aa
#b09af9 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09af9 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.4%
Blue97.6%
CMYK percentages
Cyan29.3%
Magenta38.2%
Yellow0.0%
Key (black)2.4%
Color previews
#b09af9 text on a black background
contrast 8.84:1
Card sample
#b09af9 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09af9;
Background color
Panel with #b09af9 background
background-color: #b09af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 154, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 154, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09af9; background: linear-gradient(135deg, #b09af9, #EF9AF9);