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