#afb993
a light, soft green · cool · closest name: tan
RGB
175, 185, 147
HSL
76°, 21%, 65%
CMYK
5, 0, 21, 28
Luminance
0.4592
Every format
| HEX | #afb993 |
| RGB | rgb(175, 185, 147) |
| HSL | hsl(76, 21%, 65%) |
| CMYK | cmyk(5%, 0%, 21%, 28%) |
| LAB | lab(73.5 -10.1 18.2) |
| LCH | lch(73.5 20.8 119.2) |
| OKLCH | oklch(0.768 0.053 119.6) |
Copy-ready code
/* CSS */
color: #afb993;
background-color: #afb993;
/* Tailwind (arbitrary) */
class="text-[#afb993] bg-[#afb993]"
/* SCSS */
$brand: #afb993;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.576)
/* Android */
Color.parseColor("#afb993")Accessibility — WCAG contrast
Aa
#afb993 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb993 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue57.6%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow20.5%
Key (black)27.5%
Color previews
#afb993 text on a black background
contrast 10.18:1
Card sample
#afb993 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb993;
Background color
Panel with #afb993 background
background-color: #afb993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb993; background: linear-gradient(135deg, #afb993, #96B993);