#3AF8C5
A light, vivid green closely aligning with Aquamarine.
About #3AF8C5
Visually, #3AF8C5 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 58 parts red, 248 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 21% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AF8C5
RGB58, 248, 197
HSL163.9°, 93.1%, 60.0%
CMYK77%, 0%, 21%, 3%
HSV163.9°, 76.6%, 97.3%
LAB88.0, -57.5, 11.5
XYZ45.4, 72.1, 64.3
Decimal3864773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.41:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF8C5;
}
.text-color {
color: #3AF8C5;
}
.border-color {
border: 2px solid #3AF8C5;
}