#3AD3F8
A light, vivid cyan closely aligning with Skyblue.
About #3AD3F8
At its core, #3AD3F8 is a light and vivid hue. Its closest recognized web color is Skyblue. Its digital footprint relies on 58 parts red, 211 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 77% Cyan, 15% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#3AD3F8
RGB58, 211, 248
HSL191.7°, 93.1%, 60.0%
CMYK77%, 15%, 0%, 3%
HSV191.7°, 76.6%, 97.3%
LAB78.6, -27.0, -29.4
XYZ42.0, 54.3, 97.1
Decimal3855352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.85:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AD3F8;
}
.text-color {
color: #3AD3F8;
}
.border-color {
border: 2px solid #3AD3F8;
}