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