#afd73c
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 215, 60
HSL
76°, 66%, 54%
CMYK
19, 0, 72, 16
Luminance
0.5804
Every format
| HEX | #afd73c |
| RGB | rgb(175, 215, 60) |
| HSL | hsl(76, 66%, 54%) |
| CMYK | cmyk(19%, 0%, 72%, 16%) |
| LAB | lab(80.8 -33.9 67.8) |
| LCH | lch(80.8 75.8 116.5) |
| OKLCH | oklch(0.823 0.180 123.2) |
Copy-ready code
/* CSS */
color: #afd73c;
background-color: #afd73c;
/* Tailwind (arbitrary) */
class="text-[#afd73c] bg-[#afd73c]"
/* SCSS */
$brand: #afd73c;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.235)
/* Android */
Color.parseColor("#afd73c")Accessibility — WCAG contrast
Aa
#afd73c on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd73c on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue23.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow72.1%
Key (black)15.7%
Color previews
#afd73c text on a black background
contrast 12.61:1
Card sample
#afd73c text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd73c;
Background color
Panel with #afd73c background
background-color: #afd73c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd73c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd73c; background: linear-gradient(135deg, #afd73c, #47D73C);