#b0a3eb
a light, vivid blue · warm · closest name: plum
RGB
176, 163, 235
HSL
251°, 64%, 78%
CMYK
25, 31, 0, 8
Luminance
0.4142
Every format
| HEX | #b0a3eb |
| RGB | rgb(176, 163, 235) |
| HSL | hsl(251, 64%, 78%) |
| CMYK | cmyk(25%, 31%, 0%, 8%) |
| LAB | lab(70.5 19.8 -34.5) |
| LCH | lch(70.5 39.8 299.9) |
| OKLCH | oklch(0.753 0.103 292.0) |
Copy-ready code
/* CSS */
color: #b0a3eb;
background-color: #b0a3eb;
/* Tailwind (arbitrary) */
class="text-[#b0a3eb] bg-[#b0a3eb]"
/* SCSS */
$brand: #b0a3eb;
/* SwiftUI */
Color(red: 0.690, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#b0a3eb")Accessibility — WCAG contrast
Aa
#b0a3eb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a3eb on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green63.9%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b0a3eb text on a black background
contrast 9.28:1
Card sample
#b0a3eb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a3eb;
Background color
Panel with #b0a3eb background
background-color: #b0a3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a3eb; background: linear-gradient(135deg, #b0a3eb, #E0A3EB);