#b09af4
a light, electric blue · warm · closest name: plum
RGB
176, 154, 244
HSL
255°, 80%, 78%
CMYK
28, 37, 0, 4
Luminance
0.3887
Every format
| HEX | #b09af4 |
| RGB | rgb(176, 154, 244) |
| HSL | hsl(255, 80%, 78%) |
| CMYK | cmyk(28%, 37%, 0%, 4%) |
| LAB | lab(68.7 27.0 -42.2) |
| LCH | lch(68.7 50.1 302.7) |
| OKLCH | oklch(0.741 0.129 294.3) |
Copy-ready code
/* CSS */
color: #b09af4;
background-color: #b09af4;
/* Tailwind (arbitrary) */
class="text-[#b09af4] bg-[#b09af4]"
/* SCSS */
$brand: #b09af4;
/* SwiftUI */
Color(red: 0.690, green: 0.604, blue: 0.957)
/* Android */
Color.parseColor("#b09af4")Accessibility — WCAG contrast
Aa
#b09af4 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09af4 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.4%
Blue95.7%
CMYK percentages
Cyan27.9%
Magenta36.9%
Yellow0.0%
Key (black)4.3%
Color previews
#b09af4 text on a black background
contrast 8.77:1
Card sample
#b09af4 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09af4;
Background color
Panel with #b09af4 background
background-color: #b09af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 154, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 154, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09af4; background: linear-gradient(135deg, #b09af4, #EC9AF4);