#b09af1
a light, electric violet · warm · closest name: plum
RGB
176, 154, 241
HSL
255°, 76%, 78%
CMYK
27, 36, 0, 6
Luminance
0.3869
Every format
| HEX | #b09af1 |
| RGB | rgb(176, 154, 241) |
| HSL | hsl(255, 76%, 78%) |
| CMYK | cmyk(27%, 36%, 0%, 6%) |
| LAB | lab(68.5 26.3 -40.8) |
| LCH | lch(68.5 48.5 302.9) |
| OKLCH | oklch(0.739 0.125 294.8) |
Copy-ready code
/* CSS */
color: #b09af1;
background-color: #b09af1;
/* Tailwind (arbitrary) */
class="text-[#b09af1] bg-[#b09af1]"
/* SCSS */
$brand: #b09af1;
/* SwiftUI */
Color(red: 0.690, green: 0.604, blue: 0.945)
/* Android */
Color.parseColor("#b09af1")Accessibility — WCAG contrast
Aa
#b09af1 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09af1 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.4%
Blue94.5%
CMYK percentages
Cyan27.0%
Magenta36.1%
Yellow0.0%
Key (black)5.5%
Color previews
#b09af1 text on a black background
contrast 8.74:1
Card sample
#b09af1 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09af1;
Background color
Panel with #b09af1 background
background-color: #b09af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 154, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 154, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09af1; background: linear-gradient(135deg, #b09af1, #EA9AF1);