#afecc9
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 201
HSL
146°, 62%, 81%
CMYK
26, 0, 15, 8
Luminance
0.7332
Every format
| HEX | #afecc9 |
| RGB | rgb(175, 236, 201) |
| HSL | hsl(146, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 15%, 8%) |
| LAB | lab(88.6 -26.2 10.8) |
| LCH | lch(88.6 28.4 157.6) |
| OKLCH | oklch(0.892 0.078 159.2) |
Copy-ready code
/* CSS */
color: #afecc9;
background-color: #afecc9;
/* Tailwind (arbitrary) */
class="text-[#afecc9] bg-[#afecc9]"
/* SCSS */
$brand: #afecc9;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.788)
/* Android */
Color.parseColor("#afecc9")Accessibility — WCAG contrast
Aa
#afecc9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecc9 on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue78.8%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow14.8%
Key (black)7.5%
Color previews
#afecc9 text on a black background
contrast 15.66:1
Card sample
#afecc9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecc9;
Background color
Panel with #afecc9 background
background-color: #afecc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecc9; background: linear-gradient(135deg, #afecc9, #AFE6EC);