#afedc0
a light, vivid green · cool · closest name: aquamarine
RGB
175, 237, 192
HSL
137°, 63%, 81%
CMYK
26, 0, 19, 7
Luminance
0.7349
Every format
| HEX | #afedc0 |
| RGB | rgb(175, 237, 192) |
| HSL | hsl(137, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 19%, 7%) |
| LAB | lab(88.7 -28.4 15.6) |
| LCH | lch(88.7 32.4 151.2) |
| OKLCH | oklch(0.892 0.088 152.9) |
Copy-ready code
/* CSS */
color: #afedc0;
background-color: #afedc0;
/* Tailwind (arbitrary) */
class="text-[#afedc0] bg-[#afedc0]"
/* SCSS */
$brand: #afedc0;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.753)
/* Android */
Color.parseColor("#afedc0")Accessibility — WCAG contrast
Aa
#afedc0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedc0 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue75.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow19.0%
Key (black)7.1%
Color previews
#afedc0 text on a black background
contrast 15.70:1
Card sample
#afedc0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedc0;
Background color
Panel with #afedc0 background
background-color: #afedc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedc0; background: linear-gradient(135deg, #afedc0, #AFEDE9);