#b0accc
a light, soft blue · warm · closest name: silver
RGB
176, 172, 204
HSL
248°, 24%, 74%
CMYK
14, 16, 0, 20
Luminance
0.4309
Every format
| HEX | #b0accc |
| RGB | rgb(176, 172, 204) |
| HSL | hsl(248, 24%, 74%) |
| CMYK | cmyk(14%, 16%, 0%, 20%) |
| LAB | lab(71.6 7.8 -15.7) |
| LCH | lch(71.6 17.5 296.4) |
| OKLCH | oklch(0.758 0.046 291.0) |
Copy-ready code
/* CSS */
color: #b0accc;
background-color: #b0accc;
/* Tailwind (arbitrary) */
class="text-[#b0accc] bg-[#b0accc]"
/* SCSS */
$brand: #b0accc;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.800)
/* Android */
Color.parseColor("#b0accc")Accessibility — WCAG contrast
Aa
#b0accc on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0accc on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.5%
Blue80.0%
CMYK percentages
Cyan13.7%
Magenta15.7%
Yellow0.0%
Key (black)20.0%
Color previews
#b0accc text on a black background
contrast 9.62:1
Card sample
#b0accc text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0accc;
Background color
Panel with #b0accc background
background-color: #b0accc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0accc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 172, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0accc; background: linear-gradient(135deg, #b0accc, #C5ACCC);