#afd85f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 216, 95
HSL
80°, 61%, 61%
CMYK
19, 0, 56, 15
Luminance
0.5905
Every format
| HEX | #afd85f |
| RGB | rgb(175, 216, 95) |
| HSL | hsl(80, 61%, 61%) |
| CMYK | cmyk(19%, 0%, 56%, 15%) |
| LAB | lab(81.3 -31.8 54.3) |
| LCH | lch(81.3 63.0 120.4) |
| OKLCH | oklch(0.828 0.156 125.3) |
Copy-ready code
/* CSS */
color: #afd85f;
background-color: #afd85f;
/* Tailwind (arbitrary) */
class="text-[#afd85f] bg-[#afd85f]"
/* SCSS */
$brand: #afd85f;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.373)
/* Android */
Color.parseColor("#afd85f")Accessibility — WCAG contrast
Aa
#afd85f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd85f on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue37.3%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow56.0%
Key (black)15.3%
Color previews
#afd85f text on a black background
contrast 12.81:1
Card sample
#afd85f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd85f;
Background color
Panel with #afd85f background
background-color: #afd85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd85f; background: linear-gradient(135deg, #afd85f, #5FD860);