#3AA8E2
A medium, vivid blue closely aligning with Deepskyblue.
About #3AA8E2
At its core, #3AA8E2 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, 168, 226).
If you are designing for print, the four-color process is what matters most. The color uses 74% Cyan, 26% Magenta, 0% Yellow, and 11% Black. With a hue angle of 200.7 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AA8E2
RGB58, 168, 226
HSL200.7°, 74.3%, 55.7%
CMYK74%, 26%, 0%, 11%
HSV200.7°, 74.3%, 88.6%
LAB65.3, -11.9, -38.1
XYZ29.5, 34.4, 77.0
Decimal3844322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA8E2;
}
.text-color {
color: #3AA8E2;
}
.border-color {
border: 2px solid #3AA8E2;
}