#3AC5F0
A medium, vivid cyan closely aligning with Deepskyblue.
About #3AC5F0
At its core, #3AC5F0 is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(58, 197, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 18% M, 0% Y, and 6% K. The HSL representation is 194.2° hue, 85.8% saturation, and 58.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#3AC5F0
RGB58, 197, 240
HSL194.2°, 85.8%, 58.4%
CMYK76%, 18%, 0%, 6%
HSV194.2°, 75.8%, 94.1%
LAB74.3, -22.6, -31.8
XYZ37.4, 47.1, 89.6
Decimal3851760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.42:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC5F0;
}
.text-color {
color: #3AC5F0;
}
.border-color {
border: 2px solid #3AC5F0;
}