#3AFFE2
A light, vivid cyan closely aligning with Aquamarine.
About #3AFFE2
At its core, #3AFFE2 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 58 parts red, 255 parts green, and 226 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AFFE2
RGB58, 255, 226
HSL171.2°, 100.0%, 61.4%
CMYK77%, 0%, 11%, 0%
HSV171.2°, 77.3%, 100.0%
LAB90.7, -53.2, 0.4
XYZ51.2, 77.9, 84.3
Decimal3866594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.58:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFFE2;
}
.text-color {
color: #3AFFE2;
}
.border-color {
border: 2px solid #3AFFE2;
}