#afd18f
a light, soft green · cool · closest name: khaki
RGB
175, 209, 143
HSL
91°, 42%, 69%
CMYK
16, 0, 32, 18
Luminance
0.5670
Every format
| HEX | #afd18f |
| RGB | rgb(175, 209, 143) |
| HSL | hsl(91, 42%, 69%) |
| CMYK | cmyk(16%, 0%, 32%, 18%) |
| LAB | lab(80.0 -22.9 29.1) |
| LCH | lch(80.0 37.0 128.1) |
| OKLCH | oklch(0.820 0.096 130.4) |
Copy-ready code
/* CSS */
color: #afd18f;
background-color: #afd18f;
/* Tailwind (arbitrary) */
class="text-[#afd18f] bg-[#afd18f]"
/* SCSS */
$brand: #afd18f;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.561)
/* Android */
Color.parseColor("#afd18f")Accessibility — WCAG contrast
Aa
#afd18f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd18f on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue56.1%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow31.6%
Key (black)18.0%
Color previews
#afd18f text on a black background
contrast 12.34:1
Card sample
#afd18f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd18f;
Background color
Panel with #afd18f background
background-color: #afd18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd18f; background: linear-gradient(135deg, #afd18f, #8FD19B);