#afb995
a light, soft green · cool · closest name: tan
RGB
175, 185, 149
HSL
77°, 21%, 66%
CMYK
5, 0, 20, 28
Luminance
0.4598
Every format
| HEX | #afb995 |
| RGB | rgb(175, 185, 149) |
| HSL | hsl(77, 21%, 66%) |
| CMYK | cmyk(5%, 0%, 20%, 28%) |
| LAB | lab(73.5 -9.8 17.1) |
| LCH | lch(73.5 19.8 119.8) |
| OKLCH | oklch(0.768 0.051 120.2) |
Copy-ready code
/* CSS */
color: #afb995;
background-color: #afb995;
/* Tailwind (arbitrary) */
class="text-[#afb995] bg-[#afb995]"
/* SCSS */
$brand: #afb995;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.584)
/* Android */
Color.parseColor("#afb995")Accessibility — WCAG contrast
Aa
#afb995 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb995 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue58.4%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow19.5%
Key (black)27.5%
Color previews
#afb995 text on a black background
contrast 10.20:1
Card sample
#afb995 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb995;
Background color
Panel with #afb995 background
background-color: #afb995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb995; background: linear-gradient(135deg, #afb995, #97B995);