#b8aceb
a light, vivid blue · warm · closest name: plum
RGB
184, 172, 235
HSL
251°, 61%, 80%
CMYK
22, 27, 0, 8
Luminance
0.4569
Every format
| HEX | #b8aceb |
| RGB | rgb(184, 172, 235) |
| HSL | hsl(251, 61%, 80%) |
| CMYK | cmyk(22%, 27%, 0%, 8%) |
| LAB | lab(73.3 17.2 -30.0) |
| LCH | lch(73.3 34.5 299.9) |
| OKLCH | oklch(0.777 0.089 292.9) |
Copy-ready code
/* CSS */
color: #b8aceb;
background-color: #b8aceb;
/* Tailwind (arbitrary) */
class="text-[#b8aceb] bg-[#b8aceb]"
/* SCSS */
$brand: #b8aceb;
/* SwiftUI */
Color(red: 0.722, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#b8aceb")Accessibility — WCAG contrast
Aa
#b8aceb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8aceb on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.5%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b8aceb text on a black background
contrast 10.14:1
Card sample
#b8aceb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8aceb;
Background color
Panel with #b8aceb background
background-color: #b8aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8aceb; background: linear-gradient(135deg, #b8aceb, #E2ACEB);