#afeca2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 162
HSL
110°, 66%, 78%
CMYK
26, 0, 31, 8
Luminance
0.7171
Every format
| HEX | #afeca2 |
| RGB | rgb(175, 236, 162) |
| HSL | hsl(110, 66%, 78%) |
| CMYK | cmyk(26%, 0%, 31%, 8%) |
| LAB | lab(87.8 -32.9 29.9) |
| LCH | lch(87.8 44.5 137.8) |
| OKLCH | oklch(0.883 0.117 140.1) |
Copy-ready code
/* CSS */
color: #afeca2;
background-color: #afeca2;
/* Tailwind (arbitrary) */
class="text-[#afeca2] bg-[#afeca2]"
/* SCSS */
$brand: #afeca2;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.635)
/* Android */
Color.parseColor("#afeca2")Accessibility — WCAG contrast
Aa
#afeca2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeca2 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue63.5%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow31.4%
Key (black)7.5%
Color previews
#afeca2 text on a black background
contrast 15.34:1
Card sample
#afeca2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeca2;
Background color
Panel with #afeca2 background
background-color: #afeca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeca2; background: linear-gradient(135deg, #afeca2, #A2ECC6);