#afefc3
a light, vivid green · cool · closest name: aquamarine
RGB
175, 239, 195
HSL
139°, 67%, 81%
CMYK
27, 0, 18, 6
Luminance
0.7479
Every format
| HEX | #afefc3 |
| RGB | rgb(175, 239, 195) |
| HSL | hsl(139, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 18%, 6%) |
| LAB | lab(89.3 -28.8 14.9) |
| LCH | lch(89.3 32.4 152.6) |
| OKLCH | oklch(0.897 0.088 154.3) |
Copy-ready code
/* CSS */
color: #afefc3;
background-color: #afefc3;
/* Tailwind (arbitrary) */
class="text-[#afefc3] bg-[#afefc3]"
/* SCSS */
$brand: #afefc3;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.765)
/* Android */
Color.parseColor("#afefc3")Accessibility — WCAG contrast
Aa
#afefc3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefc3 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue76.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow18.4%
Key (black)6.3%
Color previews
#afefc3 text on a black background
contrast 15.96:1
Card sample
#afefc3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefc3;
Background color
Panel with #afefc3 background
background-color: #afefc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefc3; background: linear-gradient(135deg, #afefc3, #AFEFEE);