#b4ace6
a light, vivid blue · warm · closest name: plum
RGB
180, 172, 230
HSL
248°, 54%, 79%
CMYK
22, 25, 0, 10
Luminance
0.4492
Every format
| HEX | #b4ace6 |
| RGB | rgb(180, 172, 230) |
| HSL | hsl(248, 54%, 79%) |
| CMYK | cmyk(22%, 25%, 0%, 10%) |
| LAB | lab(72.8 14.8 -28.1) |
| LCH | lch(72.8 31.7 297.9) |
| OKLCH | oklch(0.771 0.082 290.7) |
Copy-ready code
/* CSS */
color: #b4ace6;
background-color: #b4ace6;
/* Tailwind (arbitrary) */
class="text-[#b4ace6] bg-[#b4ace6]"
/* SCSS */
$brand: #b4ace6;
/* SwiftUI */
Color(red: 0.706, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#b4ace6")Accessibility — WCAG contrast
Aa
#b4ace6 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ace6 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.5%
Blue90.2%
CMYK percentages
Cyan21.7%
Magenta25.2%
Yellow0.0%
Key (black)9.8%
Color previews
#b4ace6 text on a black background
contrast 9.98:1
Card sample
#b4ace6 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ace6;
Background color
Panel with #b4ace6 background
background-color: #b4ace6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ace6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ace6; background: linear-gradient(135deg, #b4ace6, #DBACE6);