#a2c0b0
a light, soft green · cool · closest name: silver
RGB
162, 192, 176
HSL
148°, 19%, 69%
CMYK
16, 0, 8, 25
Luminance
0.4852
Every format
| HEX | #a2c0b0 |
| RGB | rgb(162, 192, 176) |
| HSL | hsl(148, 19%, 69%) |
| CMYK | cmyk(16%, 0%, 8%, 25%) |
| LAB | lab(75.2 -13.3 4.7) |
| LCH | lch(75.2 14.1 160.6) |
| OKLCH | oklch(0.781 0.040 162.1) |
Copy-ready code
/* CSS */
color: #a2c0b0;
background-color: #a2c0b0;
/* Tailwind (arbitrary) */
class="text-[#a2c0b0] bg-[#a2c0b0]"
/* SCSS */
$brand: #a2c0b0;
/* SwiftUI */
Color(red: 0.635, green: 0.753, blue: 0.690)
/* Android */
Color.parseColor("#a2c0b0")Accessibility — WCAG contrast
Aa
#a2c0b0 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c0b0 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green75.3%
Blue69.0%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow8.3%
Key (black)24.7%
Color previews
#a2c0b0 text on a black background
contrast 10.70:1
Card sample
#a2c0b0 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c0b0;
Background color
Panel with #a2c0b0 background
background-color: #a2c0b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c0b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 192, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 192, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c0b0; background: linear-gradient(135deg, #a2c0b0, #A2BCC0);