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