#afeac7
a light, vivid green · cool · closest name: aquamarine
RGB
175, 234, 199
HSL
144°, 58%, 80%
CMYK
25, 0, 15, 8
Luminance
0.7208
Every format
| HEX | #afeac7 |
| RGB | rgb(175, 234, 199) |
| HSL | hsl(144, 58%, 80%) |
| CMYK | cmyk(25%, 0%, 15%, 8%) |
| LAB | lab(88.0 -25.7 11.0) |
| LCH | lch(88.0 27.9 156.8) |
| OKLCH | oklch(0.887 0.077 158.3) |
Copy-ready code
/* CSS */
color: #afeac7;
background-color: #afeac7;
/* Tailwind (arbitrary) */
class="text-[#afeac7] bg-[#afeac7]"
/* SCSS */
$brand: #afeac7;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.780)
/* Android */
Color.parseColor("#afeac7")Accessibility — WCAG contrast
Aa
#afeac7 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeac7 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue78.0%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow15.0%
Key (black)8.2%
Color previews
#afeac7 text on a black background
contrast 15.42:1
Card sample
#afeac7 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeac7;
Background color
Panel with #afeac7 background
background-color: #afeac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeac7; background: linear-gradient(135deg, #afeac7, #AFE6EA);