#afeea7
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 167
HSL
113°, 68%, 79%
CMYK
27, 0, 30, 7
Luminance
0.7305
Every format
| HEX | #afeea7 |
| RGB | rgb(175, 238, 167) |
| HSL | hsl(113, 68%, 79%) |
| CMYK | cmyk(27%, 0%, 30%, 7%) |
| LAB | lab(88.5 -33.1 28.2) |
| LCH | lch(88.5 43.5 139.6) |
| OKLCH | oklch(0.889 0.115 141.8) |
Copy-ready code
/* CSS */
color: #afeea7;
background-color: #afeea7;
/* Tailwind (arbitrary) */
class="text-[#afeea7] bg-[#afeea7]"
/* SCSS */
$brand: #afeea7;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.655)
/* Android */
Color.parseColor("#afeea7")Accessibility — WCAG contrast
Aa
#afeea7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeea7 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue65.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow29.8%
Key (black)6.7%
Color previews
#afeea7 text on a black background
contrast 15.61:1
Card sample
#afeea7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeea7;
Background color
Panel with #afeea7 background
background-color: #afeea7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeea7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeea7; background: linear-gradient(135deg, #afeea7, #A7EECE);