#afbc8b
a balanced, soft green · cool · closest name: tan
RGB
175, 188, 139
HSL
76°, 27%, 64%
CMYK
7, 0, 26, 26
Luminance
0.4694
Every format
| HEX | #afbc8b |
| RGB | rgb(175, 188, 139) |
| HSL | hsl(76, 27%, 64%) |
| CMYK | cmyk(7%, 0%, 26%, 26%) |
| LAB | lab(74.2 -12.9 23.4) |
| LCH | lch(74.2 26.7 118.9) |
| OKLCH | oklch(0.773 0.068 120.1) |
Copy-ready code
/* CSS */
color: #afbc8b;
background-color: #afbc8b;
/* Tailwind (arbitrary) */
class="text-[#afbc8b] bg-[#afbc8b]"
/* SCSS */
$brand: #afbc8b;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.545)
/* Android */
Color.parseColor("#afbc8b")Accessibility — WCAG contrast
Aa
#afbc8b on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc8b on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue54.5%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow26.1%
Key (black)26.3%
Color previews
#afbc8b text on a black background
contrast 10.39:1
Card sample
#afbc8b text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc8b;
Background color
Panel with #afbc8b background
background-color: #afbc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc8b; background: linear-gradient(135deg, #afbc8b, #8EBC8B);