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