#afd166
a balanced, vivid green · cool · closest name: khaki
RGB
175, 209, 102
HSL
79°, 54%, 61%
CMYK
16, 0, 51, 18
Luminance
0.5567
Every format
| HEX | #afd166 |
| RGB | rgb(175, 209, 102) |
| HSL | hsl(79, 54%, 61%) |
| CMYK | cmyk(16%, 0%, 51%, 18%) |
| LAB | lab(79.4 -27.9 48.9) |
| LCH | lch(79.4 56.3 119.7) |
| OKLCH | oklch(0.813 0.140 124.1) |
Copy-ready code
/* CSS */
color: #afd166;
background-color: #afd166;
/* Tailwind (arbitrary) */
class="text-[#afd166] bg-[#afd166]"
/* SCSS */
$brand: #afd166;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.400)
/* Android */
Color.parseColor("#afd166")Accessibility — WCAG contrast
Aa
#afd166 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd166 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue40.0%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow51.2%
Key (black)18.0%
Color previews
#afd166 text on a black background
contrast 12.13:1
Card sample
#afd166 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd166;
Background color
Panel with #afd166 background
background-color: #afd166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd166; background: linear-gradient(135deg, #afd166, #68D166);