#afd08f
a light, soft green · cool · closest name: khaki
RGB
175, 208, 143
HSL
91°, 41%, 69%
CMYK
16, 0, 31, 18
Luminance
0.5621
Every format
| HEX | #afd08f |
| RGB | rgb(175, 208, 143) |
| HSL | hsl(91, 41%, 69%) |
| CMYK | cmyk(16%, 0%, 31%, 18%) |
| LAB | lab(79.7 -22.4 28.8) |
| LCH | lch(79.7 36.5 127.9) |
| OKLCH | oklch(0.817 0.094 130.1) |
Copy-ready code
/* CSS */
color: #afd08f;
background-color: #afd08f;
/* Tailwind (arbitrary) */
class="text-[#afd08f] bg-[#afd08f]"
/* SCSS */
$brand: #afd08f;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.561)
/* Android */
Color.parseColor("#afd08f")Accessibility — WCAG contrast
Aa
#afd08f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd08f on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue56.1%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow31.3%
Key (black)18.4%
Color previews
#afd08f text on a black background
contrast 12.24:1
Card sample
#afd08f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd08f;
Background color
Panel with #afd08f background
background-color: #afd08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd08f; background: linear-gradient(135deg, #afd08f, #8FD09A);