#afd34c
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 211, 76
HSL
76°, 61%, 56%
CMYK
17, 0, 64, 17
Luminance
0.5622
Every format
| HEX | #afd34c |
| RGB | rgb(175, 211, 76) |
| HSL | hsl(76, 61%, 56%) |
| CMYK | cmyk(17%, 0%, 64%, 17%) |
| LAB | lab(79.7 -31.0 60.7) |
| LCH | lch(79.7 68.2 117.0) |
| OKLCH | oklch(0.815 0.165 122.9) |
Copy-ready code
/* CSS */
color: #afd34c;
background-color: #afd34c;
/* Tailwind (arbitrary) */
class="text-[#afd34c] bg-[#afd34c]"
/* SCSS */
$brand: #afd34c;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.298)
/* Android */
Color.parseColor("#afd34c")Accessibility — WCAG contrast
Aa
#afd34c on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd34c on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue29.8%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow64.0%
Key (black)17.3%
Color previews
#afd34c text on a black background
contrast 12.24:1
Card sample
#afd34c text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd34c;
Background color
Panel with #afd34c background
background-color: #afd34c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd34c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd34c; background: linear-gradient(135deg, #afd34c, #55D34C);