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