#afdf4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 223, 79
HSL
80°, 69%, 59%
CMYK
22, 0, 65, 13
Luminance
0.6245
Every format
| HEX | #afdf4f |
| RGB | rgb(175, 223, 79) |
| HSL | hsl(80, 69%, 59%) |
| CMYK | cmyk(22%, 0%, 65%, 13%) |
| LAB | lab(83.2 -36.3 63.1) |
| LCH | lch(83.2 72.8 119.9) |
| OKLCH | oklch(0.842 0.178 125.8) |
Copy-ready code
/* CSS */
color: #afdf4f;
background-color: #afdf4f;
/* Tailwind (arbitrary) */
class="text-[#afdf4f] bg-[#afdf4f]"
/* SCSS */
$brand: #afdf4f;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.310)
/* Android */
Color.parseColor("#afdf4f")Accessibility — WCAG contrast
Aa
#afdf4f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf4f on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue31.0%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow64.6%
Key (black)12.5%
Color previews
#afdf4f text on a black background
contrast 13.49:1
Card sample
#afdf4f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf4f;
Background color
Panel with #afdf4f background
background-color: #afdf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf4f; background: linear-gradient(135deg, #afdf4f, #4FDF4F);