#afefc2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 239, 194
HSL
138°, 67%, 81%
CMYK
27, 0, 19, 6
Luminance
0.7474
Every format
| HEX | #afefc2 |
| RGB | rgb(175, 239, 194) |
| HSL | hsl(138, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 19%, 6%) |
| LAB | lab(89.3 -29.0 15.4) |
| LCH | lch(89.3 32.8 152.0) |
| OKLCH | oklch(0.897 0.089 153.7) |
Copy-ready code
/* CSS */
color: #afefc2;
background-color: #afefc2;
/* Tailwind (arbitrary) */
class="text-[#afefc2] bg-[#afefc2]"
/* SCSS */
$brand: #afefc2;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.761)
/* Android */
Color.parseColor("#afefc2")Accessibility — WCAG contrast
Aa
#afefc2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefc2 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue76.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow18.8%
Key (black)6.3%
Color previews
#afefc2 text on a black background
contrast 15.95:1
Card sample
#afefc2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefc2;
Background color
Panel with #afefc2 background
background-color: #afefc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefc2; background: linear-gradient(135deg, #afefc2, #AFEFED);