#afd792
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 146
HSL
95°, 46%, 71%
CMYK
19, 0, 32, 16
Luminance
0.5979
Every format
| HEX | #afd792 |
| RGB | rgb(175, 215, 146) |
| HSL | hsl(95, 46%, 71%) |
| CMYK | cmyk(19%, 0%, 32%, 16%) |
| LAB | lab(81.7 -25.4 29.9) |
| LCH | lch(81.7 39.2 130.3) |
| OKLCH | oklch(0.834 0.102 132.7) |
Copy-ready code
/* CSS */
color: #afd792;
background-color: #afd792;
/* Tailwind (arbitrary) */
class="text-[#afd792] bg-[#afd792]"
/* SCSS */
$brand: #afd792;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.573)
/* Android */
Color.parseColor("#afd792")Accessibility — WCAG contrast
Aa
#afd792 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd792 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue57.3%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow32.1%
Key (black)15.7%
Color previews
#afd792 text on a black background
contrast 12.96:1
Card sample
#afd792 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd792;
Background color
Panel with #afd792 background
background-color: #afd792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd792; background: linear-gradient(135deg, #afd792, #92D7A3);