#afdb9b
a light, vivid green · cool · closest name: khaki
RGB
175, 219, 155
HSL
101°, 47%, 73%
CMYK
20, 0, 29, 14
Luminance
0.6214
Every format
| HEX | #afdb9b |
| RGB | rgb(175, 219, 155) |
| HSL | hsl(101, 47%, 73%) |
| CMYK | cmyk(20%, 0%, 29%, 14%) |
| LAB | lab(83.0 -26.0 26.9) |
| LCH | lch(83.0 37.4 133.9) |
| OKLCH | oklch(0.844 0.098 136.1) |
Copy-ready code
/* CSS */
color: #afdb9b;
background-color: #afdb9b;
/* Tailwind (arbitrary) */
class="text-[#afdb9b] bg-[#afdb9b]"
/* SCSS */
$brand: #afdb9b;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.608)
/* Android */
Color.parseColor("#afdb9b")Accessibility — WCAG contrast
Aa
#afdb9b on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb9b on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue60.8%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow29.2%
Key (black)14.1%
Color previews
#afdb9b text on a black background
contrast 13.43:1
Card sample
#afdb9b text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb9b;
Background color
Panel with #afdb9b background
background-color: #afdb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb9b; background: linear-gradient(135deg, #afdb9b, #9BDBB2);