#afba84
a balanced, soft green · cool · closest name: tan
RGB
175, 186, 132
HSL
72°, 28%, 62%
CMYK
6, 0, 29, 27
Luminance
0.4590
Every format
| HEX | #afba84 |
| RGB | rgb(175, 186, 132) |
| HSL | hsl(72, 28%, 62%) |
| CMYK | cmyk(6%, 0%, 29%, 27%) |
| LAB | lab(73.5 -12.9 26.2) |
| LCH | lch(73.5 29.2 116.2) |
| OKLCH | oklch(0.767 0.074 117.5) |
Copy-ready code
/* CSS */
color: #afba84;
background-color: #afba84;
/* Tailwind (arbitrary) */
class="text-[#afba84] bg-[#afba84]"
/* SCSS */
$brand: #afba84;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.518)
/* Android */
Color.parseColor("#afba84")Accessibility — WCAG contrast
Aa
#afba84 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba84 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue51.8%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow29.0%
Key (black)27.1%
Color previews
#afba84 text on a black background
contrast 10.18:1
Card sample
#afba84 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba84;
Background color
Panel with #afba84 background
background-color: #afba84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba84; background: linear-gradient(135deg, #afba84, #8BBA84);