#b0aacc
a light, soft blue · warm · closest name: silver
RGB
176, 170, 204
HSL
251°, 25%, 73%
CMYK
14, 17, 0, 20
Luminance
0.4234
Every format
| HEX | #b0aacc |
| RGB | rgb(176, 170, 204) |
| HSL | hsl(251, 25%, 73%) |
| CMYK | cmyk(14%, 17%, 0%, 20%) |
| LAB | lab(71.1 8.9 -16.5) |
| LCH | lch(71.1 18.7 298.4) |
| OKLCH | oklch(0.754 0.049 293.3) |
Copy-ready code
/* CSS */
color: #b0aacc;
background-color: #b0aacc;
/* Tailwind (arbitrary) */
class="text-[#b0aacc] bg-[#b0aacc]"
/* SCSS */
$brand: #b0aacc;
/* SwiftUI */
Color(red: 0.690, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#b0aacc")Accessibility — WCAG contrast
Aa
#b0aacc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aacc on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green66.7%
Blue80.0%
CMYK percentages
Cyan13.7%
Magenta16.7%
Yellow0.0%
Key (black)20.0%
Color previews
#b0aacc text on a black background
contrast 9.47:1
Card sample
#b0aacc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aacc;
Background color
Panel with #b0aacc background
background-color: #b0aacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aacc; background: linear-gradient(135deg, #b0aacc, #C7AACC);