#afe7a7
a light, vivid green · cool · closest name: aquamarine
RGB
175, 231, 167
HSL
113°, 57%, 78%
CMYK
24, 0, 28, 9
Luminance
0.6906
Every format
| HEX | #afe7a7 |
| RGB | rgb(175, 231, 167) |
| HSL | hsl(113, 57%, 78%) |
| CMYK | cmyk(24%, 0%, 28%, 9%) |
| LAB | lab(86.5 -29.8 25.6) |
| LCH | lch(86.5 39.3 139.4) |
| OKLCH | oklch(0.873 0.104 141.5) |
Copy-ready code
/* CSS */
color: #afe7a7;
background-color: #afe7a7;
/* Tailwind (arbitrary) */
class="text-[#afe7a7] bg-[#afe7a7]"
/* SCSS */
$brand: #afe7a7;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.655)
/* Android */
Color.parseColor("#afe7a7")Accessibility — WCAG contrast
Aa
#afe7a7 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7a7 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue65.5%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow27.7%
Key (black)9.4%
Color previews
#afe7a7 text on a black background
contrast 14.81:1
Card sample
#afe7a7 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7a7;
Background color
Panel with #afe7a7 background
background-color: #afe7a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7a7; background: linear-gradient(135deg, #afe7a7, #A7E7CA);