#afb595
a balanced, soft green · cool · closest name: tan
RGB
175, 181, 149
HSL
71°, 18%, 65%
CMYK
3, 0, 18, 29
Luminance
0.4433
Every format
| HEX | #afb595 |
| RGB | rgb(175, 181, 149) |
| HSL | hsl(71, 18%, 65%) |
| CMYK | cmyk(3%, 0%, 18%, 29%) |
| LAB | lab(72.5 -7.7 15.6) |
| LCH | lch(72.5 17.4 116.3) |
| OKLCH | oklch(0.760 0.045 116.1) |
Copy-ready code
/* CSS */
color: #afb595;
background-color: #afb595;
/* Tailwind (arbitrary) */
class="text-[#afb595] bg-[#afb595]"
/* SCSS */
$brand: #afb595;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.584)
/* Android */
Color.parseColor("#afb595")Accessibility — WCAG contrast
Aa
#afb595 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb595 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue58.4%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow17.7%
Key (black)29.0%
Color previews
#afb595 text on a black background
contrast 9.87:1
Card sample
#afb595 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb595;
Background color
Panel with #afb595 background
background-color: #afb595;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb595;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb595; background: linear-gradient(135deg, #afb595, #9AB595);