#afbda7
a light, muted green · cool · closest name: silver
RGB
175, 189, 167
HSL
98°, 14%, 70%
CMYK
7, 0, 12, 26
Luminance
0.4830
Every format
| HEX | #afbda7 |
| RGB | rgb(175, 189, 167) |
| HSL | hsl(98, 14%, 70%) |
| CMYK | cmyk(7%, 0%, 12%, 26%) |
| LAB | lab(75.0 -8.9 9.5) |
| LCH | lch(75.0 13.0 133.2) |
| OKLCH | oklch(0.781 0.034 134.0) |
Copy-ready code
/* CSS */
color: #afbda7;
background-color: #afbda7;
/* Tailwind (arbitrary) */
class="text-[#afbda7] bg-[#afbda7]"
/* SCSS */
$brand: #afbda7;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.655)
/* Android */
Color.parseColor("#afbda7")Accessibility — WCAG contrast
Aa
#afbda7 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbda7 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue65.5%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow11.6%
Key (black)25.9%
Color previews
#afbda7 text on a black background
contrast 10.66:1
Card sample
#afbda7 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbda7;
Background color
Panel with #afbda7 background
background-color: #afbda7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbda7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbda7; background: linear-gradient(135deg, #afbda7, #A7BDAE);