#b0a2db
a light, soft blue · warm · closest name: plum
RGB
176, 162, 219
HSL
255°, 44%, 75%
CMYK
20, 26, 0, 14
Luminance
0.4019
Every format
| HEX | #b0a2db |
| RGB | rgb(176, 162, 219) |
| HSL | hsl(255, 44%, 75%) |
| CMYK | cmyk(20%, 26%, 0%, 14%) |
| LAB | lab(69.6 16.7 -27.0) |
| LCH | lch(69.6 31.8 301.7) |
| OKLCH | oklch(0.744 0.082 295.6) |
Copy-ready code
/* CSS */
color: #b0a2db;
background-color: #b0a2db;
/* Tailwind (arbitrary) */
class="text-[#b0a2db] bg-[#b0a2db]"
/* SCSS */
$brand: #b0a2db;
/* SwiftUI */
Color(red: 0.690, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#b0a2db")Accessibility — WCAG contrast
Aa
#b0a2db on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a2db on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green63.5%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b0a2db text on a black background
contrast 9.04:1
Card sample
#b0a2db text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a2db;
Background color
Panel with #b0a2db background
background-color: #b0a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a2db; background: linear-gradient(135deg, #b0a2db, #D6A2DB);