#3A7CFF
A light, vivid blue closely aligning with Royalblue.
About #3A7CFF
Visually, #3A7CFF is defined as a vivid blue. Its closest recognized web color is Royalblue. Its digital footprint relies on 58 parts red, 124 parts green, and 255 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 77% Cyan, 51% Magenta, 0% Yellow, and 0% Black. The HSL representation is 219.9° hue, 100.0% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A7CFF
RGB58, 124, 255
HSL219.9°, 100.0%, 61.4%
CMYK77%, 51%, 0%, 0%
HSV219.9°, 77.3%, 100.0%
LAB54.6, 24.4, -71.1
XYZ27.0, 22.5, 97.5
Decimal3833087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.51:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A7CFF;
}
.text-color {
color: #3A7CFF;
}
.border-color {
border: 2px solid #3A7CFF;
}