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