#afd49f
a light, soft green · cool · closest name: beige
RGB
175, 212, 159
HSL
102°, 38%, 73%
CMYK
18, 0, 25, 17
Luminance
0.5870
Every format
| HEX | #afd49f |
| RGB | rgb(175, 212, 159) |
| HSL | hsl(102, 38%, 73%) |
| CMYK | cmyk(18%, 0%, 25%, 17%) |
| LAB | lab(81.1 -21.9 22.3) |
| LCH | lch(81.1 31.3 134.5) |
| OKLCH | oklch(0.830 0.082 136.4) |
Copy-ready code
/* CSS */
color: #afd49f;
background-color: #afd49f;
/* Tailwind (arbitrary) */
class="text-[#afd49f] bg-[#afd49f]"
/* SCSS */
$brand: #afd49f;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.624)
/* Android */
Color.parseColor("#afd49f")Accessibility — WCAG contrast
Aa
#afd49f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd49f on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue62.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow25.0%
Key (black)16.9%
Color previews
#afd49f text on a black background
contrast 12.74:1
Card sample
#afd49f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd49f;
Background color
Panel with #afd49f background
background-color: #afd49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd49f; background: linear-gradient(135deg, #afd49f, #9FD4B2);