#afb985
a balanced, soft green · cool · closest name: tan
RGB
175, 185, 133
HSL
72°, 27%, 62%
CMYK
5, 0, 28, 28
Luminance
0.4551
Every format
| HEX | #afb985 |
| RGB | rgb(175, 185, 133) |
| HSL | hsl(72, 27%, 62%) |
| CMYK | cmyk(5%, 0%, 28%, 28%) |
| LAB | lab(73.2 -12.2 25.3) |
| LCH | lch(73.2 28.1 115.8) |
| OKLCH | oklch(0.765 0.071 117.0) |
Copy-ready code
/* CSS */
color: #afb985;
background-color: #afb985;
/* Tailwind (arbitrary) */
class="text-[#afb985] bg-[#afb985]"
/* SCSS */
$brand: #afb985;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.522)
/* Android */
Color.parseColor("#afb985")Accessibility — WCAG contrast
Aa
#afb985 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb985 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue52.2%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow28.1%
Key (black)27.5%
Color previews
#afb985 text on a black background
contrast 10.10:1
Card sample
#afb985 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb985;
Background color
Panel with #afb985 background
background-color: #afb985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb985; background: linear-gradient(135deg, #afb985, #8CB985);