#a2bab2
a light, muted cyan · cool · closest name: silver
RGB
162, 186, 178
HSL
160°, 15%, 68%
CMYK
13, 0, 4, 27
Luminance
0.4601
Every format
| HEX | #a2bab2 |
| RGB | rgb(162, 186, 178) |
| HSL | hsl(160, 15%, 68%) |
| CMYK | cmyk(13%, 0%, 4%, 27%) |
| LAB | lab(73.5 -9.8 1.3) |
| LCH | lch(73.5 9.9 172.5) |
| OKLCH | oklch(0.768 0.029 173.5) |
Copy-ready code
/* CSS */
color: #a2bab2;
background-color: #a2bab2;
/* Tailwind (arbitrary) */
class="text-[#a2bab2] bg-[#a2bab2]"
/* SCSS */
$brand: #a2bab2;
/* SwiftUI */
Color(red: 0.635, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#a2bab2")Accessibility — WCAG contrast
Aa
#a2bab2 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2bab2 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green72.9%
Blue69.8%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow4.3%
Key (black)27.1%
Color previews
#a2bab2 text on a black background
contrast 10.20:1
Card sample
#a2bab2 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2bab2;
Background color
Panel with #a2bab2 background
background-color: #a2bab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2bab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2bab2; background: linear-gradient(135deg, #a2bab2, #A2B2BA);