#3A75F8
A light, vivid blue closely aligning with Royalblue.
About #3A75F8
The precise color #3A75F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(58, 117, 248).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 53% M, 0% Y, and 3% K. The HSL representation is 221.4° hue, 93.1% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A75F8
RGB58, 117, 248
HSL221.4°, 93.1%, 60.0%
CMYK77%, 53%, 0%, 3%
HSV221.4°, 76.6%, 97.3%
LAB52.3, 26.2, -70.9
XYZ25.0, 20.4, 91.4
Decimal3831288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A75F8;
}
.text-color {
color: #3A75F8;
}
.border-color {
border: 2px solid #3A75F8;
}