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