#afe1ac
a light, vivid green · cool · closest name: aquamarine
RGB
175, 225, 172
HSL
117°, 47%, 78%
CMYK
22, 0, 24, 12
Luminance
0.6594
Every format
| HEX | #afe1ac |
| RGB | rgb(175, 225, 172) |
| HSL | hsl(117, 47%, 78%) |
| CMYK | cmyk(22%, 0%, 24%, 12%) |
| LAB | lab(85.0 -26.1 20.8) |
| LCH | lch(85.0 33.4 141.5) |
| OKLCH | oklch(0.861 0.089 143.3) |
Copy-ready code
/* CSS */
color: #afe1ac;
background-color: #afe1ac;
/* Tailwind (arbitrary) */
class="text-[#afe1ac] bg-[#afe1ac]"
/* SCSS */
$brand: #afe1ac;
/* SwiftUI */
Color(red: 0.686, green: 0.882, blue: 0.675)
/* Android */
Color.parseColor("#afe1ac")Accessibility — WCAG contrast
Aa
#afe1ac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe1ac on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.2%
Blue67.5%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow23.6%
Key (black)11.8%
Color previews
#afe1ac text on a black background
contrast 14.19:1
Card sample
#afe1ac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe1ac;
Background color
Panel with #afe1ac background
background-color: #afe1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 225, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 225, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe1ac; background: linear-gradient(135deg, #afe1ac, #ACE1CC);