#afd44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 212, 79
HSL
77°, 61%, 57%
CMYK
18, 0, 63, 17
Luminance
0.5677
Every format
| HEX | #afd44f |
| RGB | rgb(175, 212, 79) |
| HSL | hsl(77, 61%, 57%) |
| CMYK | cmyk(18%, 0%, 63%, 17%) |
| LAB | lab(80.0 -31.3 59.8) |
| LCH | lch(80.0 67.5 117.6) |
| OKLCH | oklch(0.817 0.164 123.3) |
Copy-ready code
/* CSS */
color: #afd44f;
background-color: #afd44f;
/* Tailwind (arbitrary) */
class="text-[#afd44f] bg-[#afd44f]"
/* SCSS */
$brand: #afd44f;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#afd44f")Accessibility — WCAG contrast
Aa
#afd44f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd44f on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue31.0%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow62.7%
Key (black)16.9%
Color previews
#afd44f text on a black background
contrast 12.35:1
Card sample
#afd44f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd44f;
Background color
Panel with #afd44f background
background-color: #afd44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd44f; background: linear-gradient(135deg, #afd44f, #57D44F);