#a2c3af
a light, soft green · cool · closest name: silver
RGB
162, 195, 175
HSL
144°, 22%, 70%
CMYK
17, 0, 10, 24
Luminance
0.4981
Every format
| HEX | #a2c3af |
| RGB | rgb(162, 195, 175) |
| HSL | hsl(144, 22%, 70%) |
| CMYK | cmyk(17%, 0%, 10%, 24%) |
| LAB | lab(76.0 -15.0 6.4) |
| LCH | lch(76.0 16.3 157.0) |
| OKLCH | oklch(0.787 0.045 158.6) |
Copy-ready code
/* CSS */
color: #a2c3af;
background-color: #a2c3af;
/* Tailwind (arbitrary) */
class="text-[#a2c3af] bg-[#a2c3af]"
/* SCSS */
$brand: #a2c3af;
/* SwiftUI */
Color(red: 0.635, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#a2c3af")Accessibility — WCAG contrast
Aa
#a2c3af on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c3af on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green76.5%
Blue68.6%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#a2c3af text on a black background
contrast 10.96:1
Card sample
#a2c3af text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c3af;
Background color
Panel with #a2c3af background
background-color: #a2c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c3af; background: linear-gradient(135deg, #a2c3af, #A2C1C3);