#b9ace2
a light, vivid blue · warm · closest name: plum
RGB
185, 172, 226
HSL
254°, 48%, 78%
CMYK
18, 24, 0, 11
Luminance
0.4531
Every format
| HEX | #b9ace2 |
| RGB | rgb(185, 172, 226) |
| HSL | hsl(254, 48%, 78%) |
| CMYK | cmyk(18%, 24%, 0%, 11%) |
| LAB | lab(73.1 15.5 -25.4) |
| LCH | lch(73.1 29.8 301.3) |
| OKLCH | oklch(0.774 0.077 295.6) |
Copy-ready code
/* CSS */
color: #b9ace2;
background-color: #b9ace2;
/* Tailwind (arbitrary) */
class="text-[#b9ace2] bg-[#b9ace2]"
/* SCSS */
$brand: #b9ace2;
/* SwiftUI */
Color(red: 0.725, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#b9ace2")Accessibility — WCAG contrast
Aa
#b9ace2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ace2 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.5%
Blue88.6%
CMYK percentages
Cyan18.1%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#b9ace2 text on a black background
contrast 10.06:1
Card sample
#b9ace2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ace2;
Background color
Panel with #b9ace2 background
background-color: #b9ace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ace2; background: linear-gradient(135deg, #b9ace2, #DDACE2);