#3EAEEC
A medium, vivid blue closely aligning with Deepskyblue.
About #3EAEEC
When working with digital screens, the color #3EAEEC is rendered by mixing light. Its closest recognized web color is Deepskyblue. This translates to an RGB value of rgb(62, 174, 236).
If you are designing for print, the four-color process is what matters most. The color uses 74% Cyan, 26% Magenta, 0% Yellow, and 7% Black. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3EAEEC
RGB62, 174, 236
HSL201.4°, 82.1%, 58.4%
CMYK74%, 26%, 0%, 7%
HSV201.4°, 73.7%, 92.5%
LAB67.5, -11.3, -40.0
XYZ32.3, 37.4, 84.9
Decimal4108012
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.47:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3EAEEC;
}
.text-color {
color: #3EAEEC;
}
.border-color {
border: 2px solid #3EAEEC;
}