#afbb8f
a balanced, soft green · cool · closest name: tan
RGB
175, 187, 143
HSL
76°, 24%, 65%
CMYK
6, 0, 24, 27
Luminance
0.4664
Every format
| HEX | #afbb8f |
| RGB | rgb(175, 187, 143) |
| HSL | hsl(76, 24%, 65%) |
| CMYK | cmyk(6%, 0%, 24%, 27%) |
| LAB | lab(74.0 -11.8 20.9) |
| LCH | lch(74.0 24.0 119.4) |
| OKLCH | oklch(0.771 0.062 120.2) |
Copy-ready code
/* CSS */
color: #afbb8f;
background-color: #afbb8f;
/* Tailwind (arbitrary) */
class="text-[#afbb8f] bg-[#afbb8f]"
/* SCSS */
$brand: #afbb8f;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.561)
/* Android */
Color.parseColor("#afbb8f")Accessibility — WCAG contrast
Aa
#afbb8f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbb8f on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue56.1%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow23.5%
Key (black)26.7%
Color previews
#afbb8f text on a black background
contrast 10.33:1
Card sample
#afbb8f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbb8f;
Background color
Panel with #afbb8f background
background-color: #afbb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbb8f; background: linear-gradient(135deg, #afbb8f, #92BB8F);