#afba92
a light, soft green · cool · closest name: tan
RGB
175, 186, 146
HSL
77°, 23%, 65%
CMYK
6, 0, 22, 27
Luminance
0.4631
Every format
| HEX | #afba92 |
| RGB | rgb(175, 186, 146) |
| HSL | hsl(77, 23%, 65%) |
| CMYK | cmyk(6%, 0%, 22%, 27%) |
| LAB | lab(73.7 -10.8 19.1) |
| LCH | lch(73.7 21.9 119.6) |
| OKLCH | oklch(0.770 0.056 120.2) |
Copy-ready code
/* CSS */
color: #afba92;
background-color: #afba92;
/* Tailwind (arbitrary) */
class="text-[#afba92] bg-[#afba92]"
/* SCSS */
$brand: #afba92;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.573)
/* Android */
Color.parseColor("#afba92")Accessibility — WCAG contrast
Aa
#afba92 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba92 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue57.3%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow21.5%
Key (black)27.1%
Color previews
#afba92 text on a black background
contrast 10.26:1
Card sample
#afba92 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba92;
Background color
Panel with #afba92 background
background-color: #afba92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba92; background: linear-gradient(135deg, #afba92, #94BA92);