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