#afd35f
a balanced, vivid green · cool · closest name: khaki
RGB
175, 211, 95
HSL
79°, 57%, 60%
CMYK
17, 0, 55, 17
Luminance
0.5653
Every format
| HEX | #afd35f |
| RGB | rgb(175, 211, 95) |
| HSL | hsl(79, 57%, 60%) |
| CMYK | cmyk(17%, 0%, 55%, 17%) |
| LAB | lab(79.9 -29.5 52.7) |
| LCH | lch(79.9 60.4 119.2) |
| OKLCH | oklch(0.817 0.149 124.0) |
Copy-ready code
/* CSS */
color: #afd35f;
background-color: #afd35f;
/* Tailwind (arbitrary) */
class="text-[#afd35f] bg-[#afd35f]"
/* SCSS */
$brand: #afd35f;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.373)
/* Android */
Color.parseColor("#afd35f")Accessibility — WCAG contrast
Aa
#afd35f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd35f on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue37.3%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow55.0%
Key (black)17.3%
Color previews
#afd35f text on a black background
contrast 12.31:1
Card sample
#afd35f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd35f;
Background color
Panel with #afd35f background
background-color: #afd35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd35f; background: linear-gradient(135deg, #afd35f, #62D35F);