#afdf9e
a light, vivid green · cool · closest name: aquamarine
RGB
175, 223, 158
HSL
104°, 50%, 75%
CMYK
22, 0, 29, 13
Luminance
0.6436
Every format
| HEX | #afdf9e |
| RGB | rgb(175, 223, 158) |
| HSL | hsl(104, 50%, 75%) |
| CMYK | cmyk(22%, 0%, 29%, 13%) |
| LAB | lab(84.2 -27.4 26.9) |
| LCH | lch(84.2 38.5 135.5) |
| OKLCH | oklch(0.854 0.101 137.7) |
Copy-ready code
/* CSS */
color: #afdf9e;
background-color: #afdf9e;
/* Tailwind (arbitrary) */
class="text-[#afdf9e] bg-[#afdf9e]"
/* SCSS */
$brand: #afdf9e;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.620)
/* Android */
Color.parseColor("#afdf9e")Accessibility — WCAG contrast
Aa
#afdf9e on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf9e on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue62.0%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow29.1%
Key (black)12.5%
Color previews
#afdf9e text on a black background
contrast 13.87:1
Card sample
#afdf9e text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf9e;
Background color
Panel with #afdf9e background
background-color: #afdf9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf9e; background: linear-gradient(135deg, #afdf9e, #9EDFB8);