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