#afd365
a balanced, vivid green · cool · closest name: khaki
RGB
175, 211, 101
HSL
80°, 56%, 61%
CMYK
17, 0, 52, 17
Luminance
0.5664
Every format
| HEX | #afd365 |
| RGB | rgb(175, 211, 101) |
| HSL | hsl(80, 56%, 61%) |
| CMYK | cmyk(17%, 0%, 52%, 17%) |
| LAB | lab(80.0 -28.9 50.0) |
| LCH | lch(80.0 57.8 120.0) |
| OKLCH | oklch(0.817 0.144 124.5) |
Copy-ready code
/* CSS */
color: #afd365;
background-color: #afd365;
/* Tailwind (arbitrary) */
class="text-[#afd365] bg-[#afd365]"
/* SCSS */
$brand: #afd365;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.396)
/* Android */
Color.parseColor("#afd365")Accessibility — WCAG contrast
Aa
#afd365 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd365 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue39.6%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow52.1%
Key (black)17.3%
Color previews
#afd365 text on a black background
contrast 12.33:1
Card sample
#afd365 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd365;
Background color
Panel with #afd365 background
background-color: #afd365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd365; background: linear-gradient(135deg, #afd365, #66D365);