#afeac2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 234, 194
HSL
139°, 58%, 80%
CMYK
25, 0, 17, 8
Luminance
0.7185
Every format
| HEX | #afeac2 |
| RGB | rgb(175, 234, 194) |
| HSL | hsl(139, 58%, 80%) |
| CMYK | cmyk(25%, 0%, 17%, 8%) |
| LAB | lab(87.9 -26.6 13.4) |
| LCH | lch(87.9 29.8 153.2) |
| OKLCH | oklch(0.886 0.081 154.8) |
Copy-ready code
/* CSS */
color: #afeac2;
background-color: #afeac2;
/* Tailwind (arbitrary) */
class="text-[#afeac2] bg-[#afeac2]"
/* SCSS */
$brand: #afeac2;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.761)
/* Android */
Color.parseColor("#afeac2")Accessibility — WCAG contrast
Aa
#afeac2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeac2 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue76.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow17.1%
Key (black)8.2%
Color previews
#afeac2 text on a black background
contrast 15.37:1
Card sample
#afeac2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeac2;
Background color
Panel with #afeac2 background
background-color: #afeac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeac2; background: linear-gradient(135deg, #afeac2, #AFEAE9);