#afbe9b
a light, soft green · cool · closest name: tan
RGB
175, 190, 155
HSL
86°, 21%, 68%
CMYK
8, 0, 18, 26
Luminance
0.4831
Every format
| HEX | #afbe9b |
| RGB | rgb(175, 190, 155) |
| HSL | hsl(86, 21%, 68%) |
| CMYK | cmyk(8%, 0%, 18%, 26%) |
| LAB | lab(75.0 -11.5 16.0) |
| LCH | lch(75.0 19.7 125.7) |
| OKLCH | oklch(0.780 0.051 126.4) |
Copy-ready code
/* CSS */
color: #afbe9b;
background-color: #afbe9b;
/* Tailwind (arbitrary) */
class="text-[#afbe9b] bg-[#afbe9b]"
/* SCSS */
$brand: #afbe9b;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.608)
/* Android */
Color.parseColor("#afbe9b")Accessibility — WCAG contrast
Aa
#afbe9b on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbe9b on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue60.8%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow18.4%
Key (black)25.5%
Color previews
#afbe9b text on a black background
contrast 10.66:1
Card sample
#afbe9b text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbe9b;
Background color
Panel with #afbe9b background
background-color: #afbe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbe9b; background: linear-gradient(135deg, #afbe9b, #9BBE9E);