#afecc0
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 192
HSL
137°, 62%, 81%
CMYK
26, 0, 19, 8
Luminance
0.7291
Every format
| HEX | #afecc0 |
| RGB | rgb(175, 236, 192) |
| HSL | hsl(137, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 19%, 8%) |
| LAB | lab(88.4 -27.9 15.2) |
| LCH | lch(88.4 31.8 151.4) |
| OKLCH | oklch(0.890 0.086 153.1) |
Copy-ready code
/* CSS */
color: #afecc0;
background-color: #afecc0;
/* Tailwind (arbitrary) */
class="text-[#afecc0] bg-[#afecc0]"
/* SCSS */
$brand: #afecc0;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.753)
/* Android */
Color.parseColor("#afecc0")Accessibility — WCAG contrast
Aa
#afecc0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecc0 on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue75.3%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow18.6%
Key (black)7.5%
Color previews
#afecc0 text on a black background
contrast 15.58:1
Card sample
#afecc0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecc0;
Background color
Panel with #afecc0 background
background-color: #afecc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecc0; background: linear-gradient(135deg, #afecc0, #AFECE9);