#afd09e
a light, soft green · cool · closest name: beige
RGB
175, 208, 158
HSL
100°, 35%, 72%
CMYK
16, 0, 24, 18
Luminance
0.5669
Every format
| HEX | #afd09e |
| RGB | rgb(175, 208, 158) |
| HSL | hsl(100, 35%, 72%) |
| CMYK | cmyk(16%, 0%, 24%, 18%) |
| LAB | lab(80.0 -20.1 21.3) |
| LCH | lch(80.0 29.3 133.4) |
| OKLCH | oklch(0.821 0.077 135.1) |
Copy-ready code
/* CSS */
color: #afd09e;
background-color: #afd09e;
/* Tailwind (arbitrary) */
class="text-[#afd09e] bg-[#afd09e]"
/* SCSS */
$brand: #afd09e;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.620)
/* Android */
Color.parseColor("#afd09e")Accessibility — WCAG contrast
Aa
#afd09e on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd09e on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue62.0%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow24.0%
Key (black)18.4%
Color previews
#afd09e text on a black background
contrast 12.34:1
Card sample
#afd09e text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd09e;
Background color
Panel with #afd09e background
background-color: #afd09e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd09e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd09e; background: linear-gradient(135deg, #afd09e, #9ED0AE);