#3A5FF8
A light, vivid blue closely aligning with Mediumslateblue.
About #3A5FF8
The hex code #3A5FF8 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(58, 95, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 62% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A5FF8
RGB58, 95, 248
HSL228.3°, 93.1%, 60.0%
CMYK77%, 62%, 0%, 3%
HSV228.3°, 76.6%, 97.3%
LAB46.8, 39.9, -79.9
XYZ22.8, 15.9, 90.7
Decimal3825656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A5FF8;
}
.text-color {
color: #3A5FF8;
}
.border-color {
border: 2px solid #3A5FF8;
}