#b09eee
a light, vivid blue · warm · closest name: plum
RGB
176, 158, 238
HSL
254°, 70%, 78%
CMYK
26, 34, 0, 7
Luminance
0.3986
Every format
| HEX | #b09eee |
| RGB | rgb(176, 158, 238) |
| HSL | hsl(254, 70%, 78%) |
| CMYK | cmyk(26%, 34%, 0%, 7%) |
| LAB | lab(69.4 23.4 -37.8) |
| LCH | lch(69.4 44.4 301.7) |
| OKLCH | oklch(0.745 0.115 293.8) |
Copy-ready code
/* CSS */
color: #b09eee;
background-color: #b09eee;
/* Tailwind (arbitrary) */
class="text-[#b09eee] bg-[#b09eee]"
/* SCSS */
$brand: #b09eee;
/* SwiftUI */
Color(red: 0.690, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#b09eee")Accessibility — WCAG contrast
Aa
#b09eee on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09eee on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green62.0%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#b09eee text on a black background
contrast 8.97:1
Card sample
#b09eee text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09eee;
Background color
Panel with #b09eee background
background-color: #b09eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09eee; background: linear-gradient(135deg, #b09eee, #E59EEE);