#afe7ad
a light, vivid green · cool · closest name: aquamarine
RGB
175, 231, 173
HSL
118°, 55%, 79%
CMYK
24, 0, 25, 9
Luminance
0.6928
Every format
| HEX | #afe7ad |
| RGB | rgb(175, 231, 173) |
| HSL | hsl(118, 55%, 79%) |
| CMYK | cmyk(24%, 0%, 25%, 9%) |
| LAB | lab(86.6 -28.8 22.6) |
| LCH | lch(86.6 36.6 141.9) |
| OKLCH | oklch(0.875 0.098 143.8) |
Copy-ready code
/* CSS */
color: #afe7ad;
background-color: #afe7ad;
/* Tailwind (arbitrary) */
class="text-[#afe7ad] bg-[#afe7ad]"
/* SCSS */
$brand: #afe7ad;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.678)
/* Android */
Color.parseColor("#afe7ad")Accessibility — WCAG contrast
Aa
#afe7ad on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7ad on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue67.8%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow25.1%
Key (black)9.4%
Color previews
#afe7ad text on a black background
contrast 14.86:1
Card sample
#afe7ad text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7ad;
Background color
Panel with #afe7ad background
background-color: #afe7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7ad; background: linear-gradient(135deg, #afe7ad, #ADE7D2);