#b0acce
a light, soft blue · warm · closest name: silver
RGB
176, 172, 206
HSL
247°, 26%, 74%
CMYK
15, 17, 0, 19
Luminance
0.4319
Every format
| HEX | #b0acce |
| RGB | rgb(176, 172, 206) |
| HSL | hsl(247, 26%, 74%) |
| CMYK | cmyk(15%, 17%, 0%, 19%) |
| LAB | lab(71.7 8.2 -16.7) |
| LCH | lch(71.7 18.6 296.2) |
| OKLCH | oklch(0.759 0.048 290.6) |
Copy-ready code
/* CSS */
color: #b0acce;
background-color: #b0acce;
/* Tailwind (arbitrary) */
class="text-[#b0acce] bg-[#b0acce]"
/* SCSS */
$brand: #b0acce;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#b0acce")Accessibility — WCAG contrast
Aa
#b0acce on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0acce on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.5%
Blue80.8%
CMYK percentages
Cyan14.6%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#b0acce text on a black background
contrast 9.64:1
Card sample
#b0acce text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0acce;
Background color
Panel with #b0acce background
background-color: #b0acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0acce; background: linear-gradient(135deg, #b0acce, #C7ACCE);