#afd271
a balanced, vivid green · cool · closest name: khaki
RGB
175, 210, 113
HSL
82°, 52%, 63%
CMYK
17, 0, 46, 18
Luminance
0.5640
Every format
| HEX | #afd271 |
| RGB | rgb(175, 210, 113) |
| HSL | hsl(82, 52%, 63%) |
| CMYK | cmyk(17%, 0%, 46%, 18%) |
| LAB | lab(79.8 -27.2 44.1) |
| LCH | lch(79.8 51.8 121.7) |
| OKLCH | oklch(0.817 0.130 125.5) |
Copy-ready code
/* CSS */
color: #afd271;
background-color: #afd271;
/* Tailwind (arbitrary) */
class="text-[#afd271] bg-[#afd271]"
/* SCSS */
$brand: #afd271;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.443)
/* Android */
Color.parseColor("#afd271")Accessibility — WCAG contrast
Aa
#afd271 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd271 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue44.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow46.2%
Key (black)17.6%
Color previews
#afd271 text on a black background
contrast 12.28:1
Card sample
#afd271 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd271;
Background color
Panel with #afd271 background
background-color: #afd271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd271; background: linear-gradient(135deg, #afd271, #71D273);