#b09af0
a light, vivid violet · warm · closest name: plum
RGB
176, 154, 240
HSL
255°, 74%, 77%
CMYK
27, 36, 0, 6
Luminance
0.3863
Every format
| HEX | #b09af0 |
| RGB | rgb(176, 154, 240) |
| HSL | hsl(255, 74%, 77%) |
| CMYK | cmyk(27%, 36%, 0%, 6%) |
| LAB | lab(68.5 26.1 -40.3) |
| LCH | lch(68.5 48.0 302.9) |
| OKLCH | oklch(0.739 0.124 295.0) |
Copy-ready code
/* CSS */
color: #b09af0;
background-color: #b09af0;
/* Tailwind (arbitrary) */
class="text-[#b09af0] bg-[#b09af0]"
/* SCSS */
$brand: #b09af0;
/* SwiftUI */
Color(red: 0.690, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#b09af0")Accessibility — WCAG contrast
Aa
#b09af0 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09af0 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.4%
Blue94.1%
CMYK percentages
Cyan26.7%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#b09af0 text on a black background
contrast 8.73:1
Card sample
#b09af0 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09af0;
Background color
Panel with #b09af0 background
background-color: #b09af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09af0; background: linear-gradient(135deg, #b09af0, #E99AF0);