#afd372
a balanced, vivid green · cool · closest name: khaki
RGB
175, 211, 114
HSL
82°, 52%, 64%
CMYK
17, 0, 46, 17
Luminance
0.5692
Every format
| HEX | #afd372 |
| RGB | rgb(175, 211, 114) |
| HSL | hsl(82, 52%, 64%) |
| CMYK | cmyk(17%, 0%, 46%, 17%) |
| LAB | lab(80.1 -27.6 44.0) |
| LCH | lch(80.1 51.9 122.1) |
| OKLCH | oklch(0.819 0.131 125.9) |
Copy-ready code
/* CSS */
color: #afd372;
background-color: #afd372;
/* Tailwind (arbitrary) */
class="text-[#afd372] bg-[#afd372]"
/* SCSS */
$brand: #afd372;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.447)
/* Android */
Color.parseColor("#afd372")Accessibility — WCAG contrast
Aa
#afd372 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd372 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue44.7%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow46.0%
Key (black)17.3%
Color previews
#afd372 text on a black background
contrast 12.38:1
Card sample
#afd372 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd372;
Background color
Panel with #afd372 background
background-color: #afd372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd372; background: linear-gradient(135deg, #afd372, #72D376);