#afd58f
a light, vivid green · cool · closest name: khaki
RGB
175, 213, 143
HSL
93°, 46%, 70%
CMYK
18, 0, 33, 17
Luminance
0.5869
Every format
| HEX | #afd58f |
| RGB | rgb(175, 213, 143) |
| HSL | hsl(93, 46%, 70%) |
| CMYK | cmyk(18%, 0%, 33%, 17%) |
| LAB | lab(81.1 -24.8 30.6) |
| LCH | lch(81.1 39.4 129.0) |
| OKLCH | oklch(0.829 0.102 131.5) |
Copy-ready code
/* CSS */
color: #afd58f;
background-color: #afd58f;
/* Tailwind (arbitrary) */
class="text-[#afd58f] bg-[#afd58f]"
/* SCSS */
$brand: #afd58f;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.561)
/* Android */
Color.parseColor("#afd58f")Accessibility — WCAG contrast
Aa
#afd58f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd58f on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue56.1%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow32.9%
Key (black)16.5%
Color previews
#afd58f text on a black background
contrast 12.74:1
Card sample
#afd58f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd58f;
Background color
Panel with #afd58f background
background-color: #afd58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd58f; background: linear-gradient(135deg, #afd58f, #8FD59E);