#b09cf6
a light, electric blue · warm · closest name: plum
RGB
176, 156, 246
HSL
253°, 83%, 79%
CMYK
29, 37, 0, 4
Luminance
0.3966
Every format
| HEX | #b09cf6 |
| RGB | rgb(176, 156, 246) |
| HSL | hsl(253, 83%, 79%) |
| CMYK | cmyk(29%, 37%, 0%, 4%) |
| LAB | lab(69.2 26.4 -42.4) |
| LCH | lch(69.2 49.9 301.9) |
| OKLCH | oklch(0.745 0.129 293.2) |
Copy-ready code
/* CSS */
color: #b09cf6;
background-color: #b09cf6;
/* Tailwind (arbitrary) */
class="text-[#b09cf6] bg-[#b09cf6]"
/* SCSS */
$brand: #b09cf6;
/* SwiftUI */
Color(red: 0.690, green: 0.612, blue: 0.965)
/* Android */
Color.parseColor("#b09cf6")Accessibility — WCAG contrast
Aa
#b09cf6 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09cf6 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green61.2%
Blue96.5%
CMYK percentages
Cyan28.5%
Magenta36.6%
Yellow0.0%
Key (black)3.5%
Color previews
#b09cf6 text on a black background
contrast 8.93:1
Card sample
#b09cf6 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09cf6;
Background color
Panel with #b09cf6 background
background-color: #b09cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 156, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 156, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09cf6; background: linear-gradient(135deg, #b09cf6, #EC9CF6);