#afbc83
a balanced, soft green · cool · closest name: tan
RGB
175, 188, 131
HSL
74°, 30%, 63%
CMYK
7, 0, 30, 26
Luminance
0.4672
Every format
| HEX | #afbc83 |
| RGB | rgb(175, 188, 131) |
| HSL | hsl(74, 30%, 63%) |
| CMYK | cmyk(7%, 0%, 30%, 26%) |
| LAB | lab(74.0 -14.0 27.4) |
| LCH | lch(74.0 30.8 117.1) |
| OKLCH | oklch(0.771 0.078 118.7) |
Copy-ready code
/* CSS */
color: #afbc83;
background-color: #afbc83;
/* Tailwind (arbitrary) */
class="text-[#afbc83] bg-[#afbc83]"
/* SCSS */
$brand: #afbc83;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.514)
/* Android */
Color.parseColor("#afbc83")Accessibility — WCAG contrast
Aa
#afbc83 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc83 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue51.4%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow30.3%
Key (black)26.3%
Color previews
#afbc83 text on a black background
contrast 10.34:1
Card sample
#afbc83 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc83;
Background color
Panel with #afbc83 background
background-color: #afbc83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc83; background: linear-gradient(135deg, #afbc83, #89BC83);