#3AD3F0
A medium, vivid cyan closely aligning with Skyblue.
About #3AD3F0
At its core, #3AD3F0 is a medium and vivid hue. It is closely associated with the named CSS color Skyblue. Its digital footprint relies on 58 parts red, 211 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 76% C, 12% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AD3F0
RGB58, 211, 240
HSL189.6°, 85.8%, 58.4%
CMYK76%, 12%, 0%, 6%
HSV189.6°, 75.8%, 94.1%
LAB78.3, -29.5, -25.5
XYZ40.8, 53.8, 90.7
Decimal3855344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.76:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD3F0;
}
.text-color {
color: #3AD3F0;
}
.border-color {
border: 2px solid #3AD3F0;
}