#a5c8af
a light, soft green · cool · closest name: silver
RGB
165, 200, 175
HSL
137°, 24%, 72%
CMYK
18, 0, 13, 22
Luminance
0.5240
Every format
| HEX | #a5c8af |
| RGB | rgb(165, 200, 175) |
| HSL | hsl(137, 24%, 72%) |
| CMYK | cmyk(18%, 0%, 13%, 22%) |
| LAB | lab(77.5 -16.6 8.7) |
| LCH | lch(77.5 18.7 152.4) |
| OKLCH | oklch(0.800 0.051 154.0) |
Copy-ready code
/* CSS */
color: #a5c8af;
background-color: #a5c8af;
/* Tailwind (arbitrary) */
class="text-[#a5c8af] bg-[#a5c8af]"
/* SCSS */
$brand: #a5c8af;
/* SwiftUI */
Color(red: 0.647, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#a5c8af")Accessibility — WCAG contrast
Aa
#a5c8af on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5c8af on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green78.4%
Blue68.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#a5c8af text on a black background
contrast 11.48:1
Card sample
#a5c8af text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5c8af;
Background color
Panel with #a5c8af background
background-color: #a5c8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5c8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5c8af; background: linear-gradient(135deg, #a5c8af, #A5C8C6);