#afd37c
a light, vivid green · cool · closest name: khaki
RGB
175, 211, 124
HSL
85°, 50%, 66%
CMYK
17, 0, 41, 17
Luminance
0.5716
Every format
| HEX | #afd37c |
| RGB | rgb(175, 211, 124) |
| HSL | hsl(85, 50%, 66%) |
| CMYK | cmyk(17%, 0%, 41%, 17%) |
| LAB | lab(80.3 -26.4 39.2) |
| LCH | lch(80.3 47.2 124.0) |
| OKLCH | oklch(0.821 0.120 127.2) |
Copy-ready code
/* CSS */
color: #afd37c;
background-color: #afd37c;
/* Tailwind (arbitrary) */
class="text-[#afd37c] bg-[#afd37c]"
/* SCSS */
$brand: #afd37c;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.486)
/* Android */
Color.parseColor("#afd37c")Accessibility — WCAG contrast
Aa
#afd37c on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd37c on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue48.6%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow41.2%
Key (black)17.3%
Color previews
#afd37c text on a black background
contrast 12.43:1
Card sample
#afd37c text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd37c;
Background color
Panel with #afd37c background
background-color: #afd37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd37c; background: linear-gradient(135deg, #afd37c, #7CD383);