#afdf5c
a balanced, vivid green · cool · closest name: khaki
RGB
175, 223, 92
HSL
82°, 67%, 62%
CMYK
22, 0, 59, 13
Luminance
0.6266
Every format
| HEX | #afdf5c |
| RGB | rgb(175, 223, 92) |
| HSL | hsl(82, 67%, 62%) |
| CMYK | cmyk(22%, 0%, 59%, 13%) |
| LAB | lab(83.3 -35.3 57.9) |
| LCH | lch(83.3 67.8 121.4) |
| OKLCH | oklch(0.844 0.167 126.7) |
Copy-ready code
/* CSS */
color: #afdf5c;
background-color: #afdf5c;
/* Tailwind (arbitrary) */
class="text-[#afdf5c] bg-[#afdf5c]"
/* SCSS */
$brand: #afdf5c;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.361)
/* Android */
Color.parseColor("#afdf5c")Accessibility — WCAG contrast
Aa
#afdf5c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf5c on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue36.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow58.7%
Key (black)12.5%
Color previews
#afdf5c text on a black background
contrast 13.53:1
Card sample
#afdf5c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf5c;
Background color
Panel with #afdf5c background
background-color: #afdf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf5c; background: linear-gradient(135deg, #afdf5c, #5CDF60);