#b4aac7
a light, soft violet · warm · closest name: silver
RGB
180, 170, 199
HSL
261°, 21%, 72%
CMYK
10, 15, 0, 22
Luminance
0.4258
Every format
| HEX | #b4aac7 |
| RGB | rgb(180, 170, 199) |
| HSL | hsl(261, 21%, 72%) |
| CMYK | cmyk(10%, 15%, 0%, 22%) |
| LAB | lab(71.3 9.2 -13.5) |
| LCH | lch(71.3 16.3 304.3) |
| OKLCH | oklch(0.756 0.042 301.1) |
Copy-ready code
/* CSS */
color: #b4aac7;
background-color: #b4aac7;
/* Tailwind (arbitrary) */
class="text-[#b4aac7] bg-[#b4aac7]"
/* SCSS */
$brand: #b4aac7;
/* SwiftUI */
Color(red: 0.706, green: 0.667, blue: 0.780)
/* Android */
Color.parseColor("#b4aac7")Accessibility — WCAG contrast
Aa
#b4aac7 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4aac7 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green66.7%
Blue78.0%
CMYK percentages
Cyan9.5%
Magenta14.6%
Yellow0.0%
Key (black)22.0%
Color previews
#b4aac7 text on a black background
contrast 9.52:1
Card sample
#b4aac7 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4aac7;
Background color
Panel with #b4aac7 background
background-color: #b4aac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4aac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 170, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 170, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4aac7; background: linear-gradient(135deg, #b4aac7, #C7AAC7);