#a5c2ac
a light, soft green · cool · closest name: silver
RGB
165, 194, 172
HSL
135°, 19%, 70%
CMYK
15, 0, 11, 24
Luminance
0.4956
Every format
| HEX | #a5c2ac |
| RGB | rgb(165, 194, 172) |
| HSL | hsl(135, 19%, 70%) |
| CMYK | cmyk(15%, 0%, 11%, 24%) |
| LAB | lab(75.8 -14.1 7.8) |
| LCH | lch(75.8 16.1 151.0) |
| OKLCH | oklch(0.786 0.044 152.6) |
Copy-ready code
/* CSS */
color: #a5c2ac;
background-color: #a5c2ac;
/* Tailwind (arbitrary) */
class="text-[#a5c2ac] bg-[#a5c2ac]"
/* SCSS */
$brand: #a5c2ac;
/* SwiftUI */
Color(red: 0.647, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#a5c2ac")Accessibility — WCAG contrast
Aa
#a5c2ac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5c2ac on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green76.1%
Blue67.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow11.3%
Key (black)23.9%
Color previews
#a5c2ac text on a black background
contrast 10.91:1
Card sample
#a5c2ac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5c2ac;
Background color
Panel with #a5c2ac background
background-color: #a5c2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5c2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5c2ac; background: linear-gradient(135deg, #a5c2ac, #A5C2BF);