#3AC5E9
A medium, vivid cyan closely aligning with Skyblue.
About #3AC5E9
The hex code #3AC5E9 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Skyblue. Its digital footprint relies on 58 parts red, 197 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 75% C, 15% M, 0% Y, and 9% K. The HSL representation is 192.3° hue, 79.9% saturation, and 57.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AC5E9
RGB58, 197, 233
HSL192.3°, 79.9%, 57.1%
CMYK75%, 15%, 0%, 9%
HSV192.3°, 75.1%, 91.4%
LAB74.0, -24.8, -28.4
XYZ36.4, 46.7, 84.2
Decimal3851753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.34:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC5E9;
}
.text-color {
color: #3AC5E9;
}
.border-color {
border: 2px solid #3AC5E9;
}