#afbd86
a balanced, soft green · cool · closest name: tan
RGB
175, 189, 134
HSL
75°, 29%, 63%
CMYK
7, 0, 29, 26
Luminance
0.4723
Every format
| HEX | #afbd86 |
| RGB | rgb(175, 189, 134) |
| HSL | hsl(75, 29%, 63%) |
| CMYK | cmyk(7%, 0%, 29%, 26%) |
| LAB | lab(74.3 -14.1 26.3) |
| LCH | lch(74.3 29.8 118.3) |
| OKLCH | oklch(0.774 0.076 119.8) |
Copy-ready code
/* CSS */
color: #afbd86;
background-color: #afbd86;
/* Tailwind (arbitrary) */
class="text-[#afbd86] bg-[#afbd86]"
/* SCSS */
$brand: #afbd86;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.525)
/* Android */
Color.parseColor("#afbd86")Accessibility — WCAG contrast
Aa
#afbd86 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbd86 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue52.5%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow29.1%
Key (black)25.9%
Color previews
#afbd86 text on a black background
contrast 10.45:1
Card sample
#afbd86 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbd86;
Background color
Panel with #afbd86 background
background-color: #afbd86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbd86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbd86; background: linear-gradient(135deg, #afbd86, #8ABD86);