#afdb7c
a light, vivid green · cool · closest name: khaki
RGB
175, 219, 124
HSL
88°, 57%, 67%
CMYK
20, 0, 43, 14
Luminance
0.6123
Every format
| HEX | #afdb7c |
| RGB | rgb(175, 219, 124) |
| HSL | hsl(88, 57%, 67%) |
| CMYK | cmyk(20%, 0%, 43%, 14%) |
| LAB | lab(82.5 -30.2 42.0) |
| LCH | lch(82.5 51.7 125.7) |
| OKLCH | oklch(0.839 0.132 129.2) |
Copy-ready code
/* CSS */
color: #afdb7c;
background-color: #afdb7c;
/* Tailwind (arbitrary) */
class="text-[#afdb7c] bg-[#afdb7c]"
/* SCSS */
$brand: #afdb7c;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.486)
/* Android */
Color.parseColor("#afdb7c")Accessibility — WCAG contrast
Aa
#afdb7c on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb7c on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue48.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow43.4%
Key (black)14.1%
Color previews
#afdb7c text on a black background
contrast 13.25:1
Card sample
#afdb7c text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb7c;
Background color
Panel with #afdb7c background
background-color: #afdb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb7c; background: linear-gradient(135deg, #afdb7c, #7CDB89);