#afcc93
a light, soft green · cool · closest name: tan
RGB
175, 204, 147
HSL
91°, 36%, 69%
CMYK
14, 0, 28, 20
Luminance
0.5441
Every format
| HEX | #afcc93 |
| RGB | rgb(175, 204, 147) |
| HSL | hsl(91, 36%, 69%) |
| CMYK | cmyk(14%, 0%, 28%, 20%) |
| LAB | lab(78.7 -19.8 25.3) |
| LCH | lch(78.7 32.1 128.1) |
| OKLCH | oklch(0.809 0.083 130.0) |
Copy-ready code
/* CSS */
color: #afcc93;
background-color: #afcc93;
/* Tailwind (arbitrary) */
class="text-[#afcc93] bg-[#afcc93]"
/* SCSS */
$brand: #afcc93;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.576)
/* Android */
Color.parseColor("#afcc93")Accessibility — WCAG contrast
Aa
#afcc93 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc93 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue57.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow27.9%
Key (black)20.0%
Color previews
#afcc93 text on a black background
contrast 11.88:1
Card sample
#afcc93 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc93;
Background color
Panel with #afcc93 background
background-color: #afcc93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc93; background: linear-gradient(135deg, #afcc93, #93CC9D);