#afd57c
a light, vivid green · cool · closest name: khaki
RGB
175, 213, 124
HSL
86°, 51%, 66%
CMYK
18, 0, 42, 17
Luminance
0.5816
Every format
| HEX | #afd57c |
| RGB | rgb(175, 213, 124) |
| HSL | hsl(86, 51%, 66%) |
| CMYK | cmyk(18%, 0%, 42%, 17%) |
| LAB | lab(80.8 -27.3 39.9) |
| LCH | lch(80.8 48.4 124.4) |
| OKLCH | oklch(0.825 0.123 127.7) |
Copy-ready code
/* CSS */
color: #afd57c;
background-color: #afd57c;
/* Tailwind (arbitrary) */
class="text-[#afd57c] bg-[#afd57c]"
/* SCSS */
$brand: #afd57c;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.486)
/* Android */
Color.parseColor("#afd57c")Accessibility — WCAG contrast
Aa
#afd57c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd57c on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue48.6%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow41.8%
Key (black)16.5%
Color previews
#afd57c text on a black background
contrast 12.63:1
Card sample
#afd57c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd57c;
Background color
Panel with #afd57c background
background-color: #afd57c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd57c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd57c; background: linear-gradient(135deg, #afd57c, #7CD584);