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