#afd24f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 210, 79
HSL
76°, 59%, 57%
CMYK
17, 0, 62, 18
Luminance
0.5577
Every format
| HEX | #afd24f |
| RGB | rgb(175, 210, 79) |
| HSL | hsl(76, 59%, 57%) |
| CMYK | cmyk(17%, 0%, 62%, 18%) |
| LAB | lab(79.5 -30.3 59.2) |
| LCH | lch(79.5 66.5 117.1) |
| OKLCH | oklch(0.813 0.161 122.7) |
Copy-ready code
/* CSS */
color: #afd24f;
background-color: #afd24f;
/* Tailwind (arbitrary) */
class="text-[#afd24f] bg-[#afd24f]"
/* SCSS */
$brand: #afd24f;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.310)
/* Android */
Color.parseColor("#afd24f")Accessibility — WCAG contrast
Aa
#afd24f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd24f on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue31.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow62.4%
Key (black)17.6%
Color previews
#afd24f text on a black background
contrast 12.15:1
Card sample
#afd24f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd24f;
Background color
Panel with #afd24f background
background-color: #afd24f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd24f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd24f; background: linear-gradient(135deg, #afd24f, #58D24F);