#afd29c
a light, soft green · cool · closest name: beige
RGB
175, 210, 156
HSL
99°, 38%, 72%
CMYK
17, 0, 26, 18
Luminance
0.5761
Every format
| HEX | #afd29c |
| RGB | rgb(175, 210, 156) |
| HSL | hsl(99, 38%, 72%) |
| CMYK | cmyk(17%, 0%, 26%, 18%) |
| LAB | lab(80.5 -21.4 23.1) |
| LCH | lch(80.5 31.5 132.9) |
| OKLCH | oklch(0.824 0.082 134.8) |
Copy-ready code
/* CSS */
color: #afd29c;
background-color: #afd29c;
/* Tailwind (arbitrary) */
class="text-[#afd29c] bg-[#afd29c]"
/* SCSS */
$brand: #afd29c;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.612)
/* Android */
Color.parseColor("#afd29c")Accessibility — WCAG contrast
Aa
#afd29c on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd29c on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue61.2%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow25.7%
Key (black)17.6%
Color previews
#afd29c text on a black background
contrast 12.52:1
Card sample
#afd29c text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd29c;
Background color
Panel with #afd29c background
background-color: #afd29c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd29c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd29c; background: linear-gradient(135deg, #afd29c, #9CD2AD);