#afd36c
a balanced, vivid green · cool · closest name: khaki
RGB
175, 211, 108
HSL
81°, 54%, 63%
CMYK
17, 0, 49, 17
Luminance
0.5679
Every format
| HEX | #afd36c |
| RGB | rgb(175, 211, 108) |
| HSL | hsl(81, 54%, 63%) |
| CMYK | cmyk(17%, 0%, 49%, 17%) |
| LAB | lab(80.1 -28.2 46.8) |
| LCH | lch(80.1 54.6 121.1) |
| OKLCH | oklch(0.818 0.137 125.2) |
Copy-ready code
/* CSS */
color: #afd36c;
background-color: #afd36c;
/* Tailwind (arbitrary) */
class="text-[#afd36c] bg-[#afd36c]"
/* SCSS */
$brand: #afd36c;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.424)
/* Android */
Color.parseColor("#afd36c")Accessibility — WCAG contrast
Aa
#afd36c on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd36c on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue42.4%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow48.8%
Key (black)17.3%
Color previews
#afd36c text on a black background
contrast 12.36:1
Card sample
#afd36c text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd36c;
Background color
Panel with #afd36c background
background-color: #afd36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd36c; background: linear-gradient(135deg, #afd36c, #6CD36E);