#b0aabb
a light, muted violet · warm · closest name: silver
RGB
176, 170, 187
HSL
261°, 11%, 70%
CMYK
6, 9, 0, 27
Luminance
0.4157
Every format
| HEX | #b0aabb |
| RGB | rgb(176, 170, 187) |
| HSL | hsl(261, 11%, 70%) |
| CMYK | cmyk(6%, 9%, 0%, 27%) |
| LAB | lab(70.6 5.4 -7.9) |
| LCH | lch(70.6 9.6 304.3) |
| OKLCH | oklch(0.748 0.025 301.8) |
Copy-ready code
/* CSS */
color: #b0aabb;
background-color: #b0aabb;
/* Tailwind (arbitrary) */
class="text-[#b0aabb] bg-[#b0aabb]"
/* SCSS */
$brand: #b0aabb;
/* SwiftUI */
Color(red: 0.690, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#b0aabb")Accessibility — WCAG contrast
Aa
#b0aabb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aabb on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green66.7%
Blue73.3%
CMYK percentages
Cyan5.9%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#b0aabb text on a black background
contrast 9.31:1
Card sample
#b0aabb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aabb;
Background color
Panel with #b0aabb background
background-color: #b0aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aabb; background: linear-gradient(135deg, #b0aabb, #BBAABB);