#afd04f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 208, 79
HSL
75°, 58%, 56%
CMYK
16, 0, 62, 18
Luminance
0.5479
Every format
| HEX | #afd04f |
| RGB | rgb(175, 208, 79) |
| HSL | hsl(75, 58%, 56%) |
| CMYK | cmyk(16%, 0%, 62%, 18%) |
| LAB | lab(78.9 -29.4 58.6) |
| LCH | lch(78.9 65.6 116.6) |
| OKLCH | oklch(0.808 0.159 122.2) |
Copy-ready code
/* CSS */
color: #afd04f;
background-color: #afd04f;
/* Tailwind (arbitrary) */
class="text-[#afd04f] bg-[#afd04f]"
/* SCSS */
$brand: #afd04f;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.310)
/* Android */
Color.parseColor("#afd04f")Accessibility — WCAG contrast
Aa
#afd04f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd04f on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue31.0%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow62.0%
Key (black)18.4%
Color previews
#afd04f text on a black background
contrast 11.96:1
Card sample
#afd04f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd04f;
Background color
Panel with #afd04f background
background-color: #afd04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd04f; background: linear-gradient(135deg, #afd04f, #59D04F);