#afe7c2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 231, 194
HSL
140°, 54%, 80%
CMYK
24, 0, 16, 9
Luminance
0.7016
Every format
| HEX | #afe7c2 |
| RGB | rgb(175, 231, 194) |
| HSL | hsl(140, 54%, 80%) |
| CMYK | cmyk(24%, 0%, 16%, 9%) |
| LAB | lab(87.1 -25.1 12.3) |
| LCH | lch(87.1 28.0 154.0) |
| OKLCH | oklch(0.879 0.077 155.6) |
Copy-ready code
/* CSS */
color: #afe7c2;
background-color: #afe7c2;
/* Tailwind (arbitrary) */
class="text-[#afe7c2] bg-[#afe7c2]"
/* SCSS */
$brand: #afe7c2;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.761)
/* Android */
Color.parseColor("#afe7c2")Accessibility — WCAG contrast
Aa
#afe7c2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7c2 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue76.1%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow16.0%
Key (black)9.4%
Color previews
#afe7c2 text on a black background
contrast 15.03:1
Card sample
#afe7c2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7c2;
Background color
Panel with #afe7c2 background
background-color: #afe7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7c2; background: linear-gradient(135deg, #afe7c2, #AFE7E7);