#afeca7
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 167
HSL
113°, 65%, 79%
CMYK
26, 0, 29, 8
Luminance
0.7189
Every format
| HEX | #afeca7 |
| RGB | rgb(175, 236, 167) |
| HSL | hsl(113, 65%, 79%) |
| CMYK | cmyk(26%, 0%, 29%, 8%) |
| LAB | lab(87.9 -32.1 27.4) |
| LCH | lch(87.9 42.3 139.5) |
| OKLCH | oklch(0.884 0.112 141.7) |
Copy-ready code
/* CSS */
color: #afeca7;
background-color: #afeca7;
/* Tailwind (arbitrary) */
class="text-[#afeca7] bg-[#afeca7]"
/* SCSS */
$brand: #afeca7;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.655)
/* Android */
Color.parseColor("#afeca7")Accessibility — WCAG contrast
Aa
#afeca7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeca7 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue65.5%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow29.2%
Key (black)7.5%
Color previews
#afeca7 text on a black background
contrast 15.38:1
Card sample
#afeca7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeca7;
Background color
Panel with #afeca7 background
background-color: #afeca7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeca7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeca7; background: linear-gradient(135deg, #afeca7, #A7ECCD);