#afd892
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 146
HSL
95°, 47%, 71%
CMYK
19, 0, 32, 15
Luminance
0.6030
Every format
| HEX | #afd892 |
| RGB | rgb(175, 216, 146) |
| HSL | hsl(95, 47%, 71%) |
| CMYK | cmyk(19%, 0%, 32%, 15%) |
| LAB | lab(82.0 -25.9 30.3) |
| LCH | lch(82.0 39.8 130.5) |
| OKLCH | oklch(0.836 0.103 132.9) |
Copy-ready code
/* CSS */
color: #afd892;
background-color: #afd892;
/* Tailwind (arbitrary) */
class="text-[#afd892] bg-[#afd892]"
/* SCSS */
$brand: #afd892;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.573)
/* Android */
Color.parseColor("#afd892")Accessibility — WCAG contrast
Aa
#afd892 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd892 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue57.3%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow32.4%
Key (black)15.3%
Color previews
#afd892 text on a black background
contrast 13.06:1
Card sample
#afd892 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd892;
Background color
Panel with #afd892 background
background-color: #afd892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd892; background: linear-gradient(135deg, #afd892, #92D8A4);