#b09afd
a light, electric blue · warm · closest name: plum
RGB
176, 154, 253
HSL
253°, 96%, 80%
CMYK
30, 39, 0, 1
Luminance
0.3943
Every format
| HEX | #b09afd |
| RGB | rgb(176, 154, 253) |
| HSL | hsl(253, 96%, 80%) |
| CMYK | cmyk(30%, 39%, 0%, 1%) |
| LAB | lab(69.1 29.3 -46.5) |
| LCH | lch(69.1 54.9 302.2) |
| OKLCH | oklch(0.745 0.141 292.9) |
Copy-ready code
/* CSS */
color: #b09afd;
background-color: #b09afd;
/* Tailwind (arbitrary) */
class="text-[#b09afd] bg-[#b09afd]"
/* SCSS */
$brand: #b09afd;
/* SwiftUI */
Color(red: 0.690, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#b09afd")Accessibility — WCAG contrast
Aa
#b09afd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09afd on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.4%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b09afd text on a black background
contrast 8.89:1
Card sample
#b09afd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09afd;
Background color
Panel with #b09afd background
background-color: #b09afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09afd; background: linear-gradient(135deg, #b09afd, #F29AFD);