#afdb8b
a light, vivid green · cool · closest name: khaki
RGB
175, 219, 139
HSL
93°, 53%, 70%
CMYK
20, 0, 37, 14
Luminance
0.6164
Every format
| HEX | #afdb8b |
| RGB | rgb(175, 219, 139) |
| HSL | hsl(93, 53%, 70%) |
| CMYK | cmyk(20%, 0%, 37%, 14%) |
| LAB | lab(82.7 -28.3 34.8) |
| LCH | lch(82.7 44.8 129.1) |
| OKLCH | oklch(0.841 0.116 131.9) |
Copy-ready code
/* CSS */
color: #afdb8b;
background-color: #afdb8b;
/* Tailwind (arbitrary) */
class="text-[#afdb8b] bg-[#afdb8b]"
/* SCSS */
$brand: #afdb8b;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.545)
/* Android */
Color.parseColor("#afdb8b")Accessibility — WCAG contrast
Aa
#afdb8b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb8b on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue54.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow36.5%
Key (black)14.1%
Color previews
#afdb8b text on a black background
contrast 13.33:1
Card sample
#afdb8b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb8b;
Background color
Panel with #afdb8b background
background-color: #afdb8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb8b; background: linear-gradient(135deg, #afdb8b, #8BDB9C);