#b0aceb
a light, vivid blue · warm · closest name: plum
RGB
176, 172, 235
HSL
244°, 61%, 80%
CMYK
25, 27, 0, 8
Luminance
0.4473
Every format
| HEX | #b0aceb |
| RGB | rgb(176, 172, 235) |
| HSL | hsl(244, 61%, 80%) |
| CMYK | cmyk(25%, 27%, 0%, 8%) |
| LAB | lab(72.7 14.8 -31.0) |
| LCH | lch(72.7 34.3 295.5) |
| OKLCH | oklch(0.770 0.089 287.0) |
Copy-ready code
/* CSS */
color: #b0aceb;
background-color: #b0aceb;
/* Tailwind (arbitrary) */
class="text-[#b0aceb] bg-[#b0aceb]"
/* SCSS */
$brand: #b0aceb;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#b0aceb")Accessibility — WCAG contrast
Aa
#b0aceb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aceb on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.5%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b0aceb text on a black background
contrast 9.95:1
Card sample
#b0aceb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aceb;
Background color
Panel with #b0aceb background
background-color: #b0aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aceb; background: linear-gradient(135deg, #b0aceb, #DAACEB);