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