#afbc98
a light, soft green · cool · closest name: tan
RGB
175, 188, 152
HSL
82°, 21%, 67%
CMYK
7, 0, 19, 26
Luminance
0.4735
Every format
| HEX | #afbc98 |
| RGB | rgb(175, 188, 152) |
| HSL | hsl(82, 21%, 67%) |
| CMYK | cmyk(7%, 0%, 19%, 26%) |
| LAB | lab(74.4 -10.9 16.7) |
| LCH | lch(74.4 20.0 123.1) |
| OKLCH | oklch(0.775 0.052 123.7) |
Copy-ready code
/* CSS */
color: #afbc98;
background-color: #afbc98;
/* Tailwind (arbitrary) */
class="text-[#afbc98] bg-[#afbc98]"
/* SCSS */
$brand: #afbc98;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.596)
/* Android */
Color.parseColor("#afbc98")Accessibility — WCAG contrast
Aa
#afbc98 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc98 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue59.6%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow19.1%
Key (black)26.3%
Color previews
#afbc98 text on a black background
contrast 10.47:1
Card sample
#afbc98 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc98;
Background color
Panel with #afbc98 background
background-color: #afbc98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc98; background: linear-gradient(135deg, #afbc98, #98BC99);