#afdb7f
a light, vivid green · cool · closest name: khaki
RGB
175, 219, 127
HSL
89°, 56%, 68%
CMYK
20, 0, 42, 14
Luminance
0.6131
Every format
| HEX | #afdb7f |
| RGB | rgb(175, 219, 127) |
| HSL | hsl(89, 56%, 68%) |
| CMYK | cmyk(20%, 0%, 42%, 14%) |
| LAB | lab(82.5 -29.8 40.6) |
| LCH | lch(82.5 50.4 126.3) |
| OKLCH | oklch(0.839 0.129 129.7) |
Copy-ready code
/* CSS */
color: #afdb7f;
background-color: #afdb7f;
/* Tailwind (arbitrary) */
class="text-[#afdb7f] bg-[#afdb7f]"
/* SCSS */
$brand: #afdb7f;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#afdb7f")Accessibility — WCAG contrast
Aa
#afdb7f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb7f on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue49.8%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#afdb7f text on a black background
contrast 13.26:1
Card sample
#afdb7f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb7f;
Background color
Panel with #afdb7f background
background-color: #afdb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb7f; background: linear-gradient(135deg, #afdb7f, #7FDB8C);