#b0a2eb
a light, vivid blue · warm · closest name: plum
RGB
176, 162, 235
HSL
252°, 65%, 78%
CMYK
25, 31, 0, 8
Luminance
0.4107
Every format
| HEX | #b0a2eb |
| RGB | rgb(176, 162, 235) |
| HSL | hsl(252, 65%, 78%) |
| CMYK | cmyk(25%, 31%, 0%, 8%) |
| LAB | lab(70.2 20.4 -34.8) |
| LCH | lch(70.2 40.4 300.3) |
| OKLCH | oklch(0.751 0.104 292.5) |
Copy-ready code
/* CSS */
color: #b0a2eb;
background-color: #b0a2eb;
/* Tailwind (arbitrary) */
class="text-[#b0a2eb] bg-[#b0a2eb]"
/* SCSS */
$brand: #b0a2eb;
/* SwiftUI */
Color(red: 0.690, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#b0a2eb")Accessibility — WCAG contrast
Aa
#b0a2eb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a2eb on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green63.5%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b0a2eb text on a black background
contrast 9.21:1
Card sample
#b0a2eb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a2eb;
Background color
Panel with #b0a2eb background
background-color: #b0a2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a2eb; background: linear-gradient(135deg, #b0a2eb, #E1A2EB);