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