#afd35c
a balanced, vivid green · cool · closest name: khaki
RGB
175, 211, 92
HSL
78°, 58%, 59%
CMYK
17, 0, 56, 17
Luminance
0.5648
Every format
| HEX | #afd35c |
| RGB | rgb(175, 211, 92) |
| HSL | hsl(78, 58%, 59%) |
| CMYK | cmyk(17%, 0%, 56%, 17%) |
| LAB | lab(79.9 -29.7 54.0) |
| LCH | lch(79.9 61.7 118.8) |
| OKLCH | oklch(0.816 0.152 123.8) |
Copy-ready code
/* CSS */
color: #afd35c;
background-color: #afd35c;
/* Tailwind (arbitrary) */
class="text-[#afd35c] bg-[#afd35c]"
/* SCSS */
$brand: #afd35c;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.361)
/* Android */
Color.parseColor("#afd35c")Accessibility — WCAG contrast
Aa
#afd35c on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd35c on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue36.1%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow56.4%
Key (black)17.3%
Color previews
#afd35c text on a black background
contrast 12.30:1
Card sample
#afd35c text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd35c;
Background color
Panel with #afd35c background
background-color: #afd35c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd35c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd35c; background: linear-gradient(135deg, #afd35c, #60D35C);