#afd75f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 215, 95
HSL
80°, 60%, 61%
CMYK
19, 0, 56, 16
Luminance
0.5854
Every format
| HEX | #afd75f |
| RGB | rgb(175, 215, 95) |
| HSL | hsl(80, 60%, 61%) |
| CMYK | cmyk(19%, 0%, 56%, 16%) |
| LAB | lab(81.0 -31.4 54.0) |
| LCH | lch(81.0 62.4 120.1) |
| OKLCH | oklch(0.826 0.154 125.1) |
Copy-ready code
/* CSS */
color: #afd75f;
background-color: #afd75f;
/* Tailwind (arbitrary) */
class="text-[#afd75f] bg-[#afd75f]"
/* SCSS */
$brand: #afd75f;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.373)
/* Android */
Color.parseColor("#afd75f")Accessibility — WCAG contrast
Aa
#afd75f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd75f on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue37.3%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow55.8%
Key (black)15.7%
Color previews
#afd75f text on a black background
contrast 12.71:1
Card sample
#afd75f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd75f;
Background color
Panel with #afd75f background
background-color: #afd75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd75f; background: linear-gradient(135deg, #afd75f, #5FD75F);