#b4aceb
a light, vivid blue · warm · closest name: plum
RGB
180, 172, 235
HSL
248°, 61%, 80%
CMYK
23, 27, 0, 8
Luminance
0.4521
Every format
| HEX | #b4aceb |
| RGB | rgb(180, 172, 235) |
| HSL | hsl(248, 61%, 80%) |
| CMYK | cmyk(23%, 27%, 0%, 8%) |
| LAB | lab(73.0 16.0 -30.5) |
| LCH | lch(73.0 34.4 297.7) |
| OKLCH | oklch(0.774 0.089 290.0) |
Copy-ready code
/* CSS */
color: #b4aceb;
background-color: #b4aceb;
/* Tailwind (arbitrary) */
class="text-[#b4aceb] bg-[#b4aceb]"
/* SCSS */
$brand: #b4aceb;
/* SwiftUI */
Color(red: 0.706, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#b4aceb")Accessibility — WCAG contrast
Aa
#b4aceb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4aceb on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.5%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b4aceb text on a black background
contrast 10.04:1
Card sample
#b4aceb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4aceb;
Background color
Panel with #b4aceb background
background-color: #b4aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4aceb; background: linear-gradient(135deg, #b4aceb, #DEACEB);