#3A6DF8
A light, vivid blue closely aligning with Royalblue.
About #3A6DF8
The hex code #3A6DF8 represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(58, 109, 248).
If you are designing for print, the four-color process is what matters most. The color uses 77% Cyan, 56% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#3A6DF8
RGB58, 109, 248
HSL223.9°, 93.1%, 60.0%
CMYK77%, 56%, 0%, 3%
HSV223.9°, 76.6%, 97.3%
LAB50.2, 31.2, -74.3
XYZ24.2, 18.6, 91.1
Decimal3829240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A6DF8;
}
.text-color {
color: #3A6DF8;
}
.border-color {
border: 2px solid #3A6DF8;
}