#afe44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 228, 79
HSL
81°, 73%, 60%
CMYK
23, 0, 65, 11
Luminance
0.6517
Every format
| HEX | #afe44f |
| RGB | rgb(175, 228, 79) |
| HSL | hsl(81, 73%, 60%) |
| CMYK | cmyk(23%, 0%, 65%, 11%) |
| LAB | lab(84.6 -38.6 64.6) |
| LCH | lch(84.6 75.3 120.8) |
| OKLCH | oklch(0.854 0.184 126.8) |
Copy-ready code
/* CSS */
color: #afe44f;
background-color: #afe44f;
/* Tailwind (arbitrary) */
class="text-[#afe44f] bg-[#afe44f]"
/* SCSS */
$brand: #afe44f;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.310)
/* Android */
Color.parseColor("#afe44f")Accessibility — WCAG contrast
Aa
#afe44f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe44f on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue31.0%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow65.4%
Key (black)10.6%
Color previews
#afe44f text on a black background
contrast 14.03:1
Card sample
#afe44f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe44f;
Background color
Panel with #afe44f background
background-color: #afe44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe44f; background: linear-gradient(135deg, #afe44f, #4FE452);