#3AFFF8
A light, vivid cyan closely aligning with Aqua.
About #3AFFF8
At its core, #3AFFF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 255, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 77% C, 0% M, 3% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AFFF8
RGB58, 255, 248
HSL177.9°, 100.0%, 61.4%
CMYK77%, 0%, 3%, 0%
HSV177.9°, 77.3%, 100.0%
LAB91.3, -47.3, -10.2
XYZ54.4, 79.2, 101.2
Decimal3866616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.84:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFFF8;
}
.text-color {
color: #3AFFF8;
}
.border-color {
border: 2px solid #3AFFF8;
}