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