#b09cff
a light, electric blue · warm · closest name: plum
RGB
176, 156, 255
HSL
252°, 100%, 81%
CMYK
31, 39, 0, 0
Luminance
0.4023
Every format
| HEX | #b09cff |
| RGB | rgb(176, 156, 255) |
| HSL | hsl(252, 100%, 81%) |
| CMYK | cmyk(31%, 39%, 0%, 0%) |
| LAB | lab(69.6 28.6 -46.7) |
| LCH | lch(69.6 54.7 301.5) |
| OKLCH | oklch(0.750 0.141 291.9) |
Copy-ready code
/* CSS */
color: #b09cff;
background-color: #b09cff;
/* Tailwind (arbitrary) */
class="text-[#b09cff] bg-[#b09cff]"
/* SCSS */
$brand: #b09cff;
/* SwiftUI */
Color(red: 0.690, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#b09cff")Accessibility — WCAG contrast
Aa
#b09cff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09cff on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green61.2%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b09cff text on a black background
contrast 9.05:1
Card sample
#b09cff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09cff;
Background color
Panel with #b09cff background
background-color: #b09cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09cff; background: linear-gradient(135deg, #b09cff, #F29CFF);