#b09eff
a light, electric blue · warm · closest name: plum
RGB
176, 158, 255
HSL
251°, 100%, 81%
CMYK
31, 38, 0, 0
Luminance
0.4090
Every format
| HEX | #b09eff |
| RGB | rgb(176, 158, 255) |
| HSL | hsl(251, 100%, 81%) |
| CMYK | cmyk(31%, 38%, 0%, 0%) |
| LAB | lab(70.1 27.5 -45.9) |
| LCH | lch(70.1 53.5 300.9) |
| OKLCH | oklch(0.753 0.138 291.2) |
Copy-ready code
/* CSS */
color: #b09eff;
background-color: #b09eff;
/* Tailwind (arbitrary) */
class="text-[#b09eff] bg-[#b09eff]"
/* SCSS */
$brand: #b09eff;
/* SwiftUI */
Color(red: 0.690, green: 0.620, blue: 1.000)
/* Android */
Color.parseColor("#b09eff")Accessibility — WCAG contrast
Aa
#b09eff on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09eff on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green62.0%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta38.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b09eff text on a black background
contrast 9.18:1
Card sample
#b09eff text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09eff;
Background color
Panel with #b09eff background
background-color: #b09eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 158, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 158, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09eff; background: linear-gradient(135deg, #b09eff, #F19EFF);