#a2acbc
a light, soft blue · cool · closest name: silver
RGB
162, 172, 188
HSL
217°, 16%, 69%
CMYK
14, 9, 0, 26
Luminance
0.4082
Every format
| HEX | #a2acbc |
| RGB | rgb(162, 172, 188) |
| HSL | hsl(217, 16%, 69%) |
| CMYK | cmyk(14%, 9%, 0%, 26%) |
| LAB | lab(70.0 -0.2 -9.4) |
| LCH | lch(70.0 9.4 268.7) |
| OKLCH | oklch(0.742 0.026 259.8) |
Copy-ready code
/* CSS */
color: #a2acbc;
background-color: #a2acbc;
/* Tailwind (arbitrary) */
class="text-[#a2acbc] bg-[#a2acbc]"
/* SCSS */
$brand: #a2acbc;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#a2acbc")Accessibility — WCAG contrast
Aa
#a2acbc on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acbc on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue73.7%
CMYK percentages
Cyan13.8%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#a2acbc text on a black background
contrast 9.16:1
Card sample
#a2acbc text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acbc;
Background color
Panel with #a2acbc background
background-color: #a2acbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acbc; background: linear-gradient(135deg, #a2acbc, #A9A2BC);