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