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