#afd08c
a light, soft green · cool · closest name: khaki
RGB
175, 208, 140
HSL
89°, 42%, 68%
CMYK
16, 0, 33, 18
Luminance
0.5612
Every format
| HEX | #afd08c |
| RGB | rgb(175, 208, 140) |
| HSL | hsl(89, 42%, 68%) |
| CMYK | cmyk(16%, 0%, 33%, 18%) |
| LAB | lab(79.7 -22.8 30.3) |
| LCH | lch(79.7 37.9 127.0) |
| OKLCH | oklch(0.817 0.098 129.4) |
Copy-ready code
/* CSS */
color: #afd08c;
background-color: #afd08c;
/* Tailwind (arbitrary) */
class="text-[#afd08c] bg-[#afd08c]"
/* SCSS */
$brand: #afd08c;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.549)
/* Android */
Color.parseColor("#afd08c")Accessibility — WCAG contrast
Aa
#afd08c on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd08c on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue54.9%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow32.7%
Key (black)18.4%
Color previews
#afd08c text on a black background
contrast 12.22:1
Card sample
#afd08c text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd08c;
Background color
Panel with #afd08c background
background-color: #afd08c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd08c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd08c; background: linear-gradient(135deg, #afd08c, #8CD096);