#afeea2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 162
HSL
110°, 69%, 78%
CMYK
27, 0, 32, 7
Luminance
0.7287
Every format
| HEX | #afeea2 |
| RGB | rgb(175, 238, 162) |
| HSL | hsl(110, 69%, 78%) |
| CMYK | cmyk(27%, 0%, 32%, 7%) |
| LAB | lab(88.4 -33.9 30.6) |
| LCH | lch(88.4 45.6 137.9) |
| OKLCH | oklch(0.888 0.120 140.2) |
Copy-ready code
/* CSS */
color: #afeea2;
background-color: #afeea2;
/* Tailwind (arbitrary) */
class="text-[#afeea2] bg-[#afeea2]"
/* SCSS */
$brand: #afeea2;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.635)
/* Android */
Color.parseColor("#afeea2")Accessibility — WCAG contrast
Aa
#afeea2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeea2 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue63.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow31.9%
Key (black)6.7%
Color previews
#afeea2 text on a black background
contrast 15.57:1
Card sample
#afeea2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeea2;
Background color
Panel with #afeea2 background
background-color: #afeea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeea2; background: linear-gradient(135deg, #afeea2, #A2EEC8);