#afd992
a light, vivid green · cool · closest name: khaki
RGB
175, 217, 146
HSL
96°, 48%, 71%
CMYK
19, 0, 33, 15
Luminance
0.6081
Every format
| HEX | #afd992 |
| RGB | rgb(175, 217, 146) |
| HSL | hsl(96, 48%, 71%) |
| CMYK | cmyk(19%, 0%, 33%, 15%) |
| LAB | lab(82.3 -26.3 30.6) |
| LCH | lch(82.3 40.4 130.7) |
| OKLCH | oklch(0.838 0.105 133.1) |
Copy-ready code
/* CSS */
color: #afd992;
background-color: #afd992;
/* Tailwind (arbitrary) */
class="text-[#afd992] bg-[#afd992]"
/* SCSS */
$brand: #afd992;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.573)
/* Android */
Color.parseColor("#afd992")Accessibility — WCAG contrast
Aa
#afd992 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd992 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue57.3%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow32.7%
Key (black)14.9%
Color previews
#afd992 text on a black background
contrast 13.16:1
Card sample
#afd992 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd992;
Background color
Panel with #afd992 background
background-color: #afd992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd992; background: linear-gradient(135deg, #afd992, #92D9A4);