#b7aaeb
a light, vivid blue · warm · closest name: plum
RGB
183, 170, 235
HSL
252°, 62%, 79%
CMYK
22, 28, 0, 8
Luminance
0.4481
Every format
| HEX | #b7aaeb |
| RGB | rgb(183, 170, 235) |
| HSL | hsl(252, 62%, 79%) |
| CMYK | cmyk(22%, 28%, 0%, 8%) |
| LAB | lab(72.8 18.0 -30.9) |
| LCH | lch(72.8 35.7 300.3) |
| OKLCH | oklch(0.772 0.093 293.3) |
Copy-ready code
/* CSS */
color: #b7aaeb;
background-color: #b7aaeb;
/* Tailwind (arbitrary) */
class="text-[#b7aaeb] bg-[#b7aaeb]"
/* SCSS */
$brand: #b7aaeb;
/* SwiftUI */
Color(red: 0.718, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#b7aaeb")Accessibility — WCAG contrast
Aa
#b7aaeb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7aaeb on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green66.7%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b7aaeb text on a black background
contrast 9.96:1
Card sample
#b7aaeb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7aaeb;
Background color
Panel with #b7aaeb background
background-color: #b7aaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7aaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7aaeb; background: linear-gradient(135deg, #b7aaeb, #E2AAEB);