#afd39c
a light, soft green · cool · closest name: beige
RGB
175, 211, 156
HSL
99°, 39%, 72%
CMYK
17, 0, 26, 17
Luminance
0.5810
Every format
| HEX | #afd39c |
| RGB | rgb(175, 211, 156) |
| HSL | hsl(99, 39%, 72%) |
| CMYK | cmyk(17%, 0%, 26%, 17%) |
| LAB | lab(80.8 -21.9 23.4) |
| LCH | lch(80.8 32.1 133.1) |
| OKLCH | oklch(0.827 0.084 135.0) |
Copy-ready code
/* CSS */
color: #afd39c;
background-color: #afd39c;
/* Tailwind (arbitrary) */
class="text-[#afd39c] bg-[#afd39c]"
/* SCSS */
$brand: #afd39c;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.612)
/* Android */
Color.parseColor("#afd39c")Accessibility — WCAG contrast
Aa
#afd39c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd39c on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue61.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow26.1%
Key (black)17.3%
Color previews
#afd39c text on a black background
contrast 12.62:1
Card sample
#afd39c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd39c;
Background color
Panel with #afd39c background
background-color: #afd39c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd39c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd39c; background: linear-gradient(135deg, #afd39c, #9CD3AE);