#3A49DB
A medium, moderate blue closely aligning with Mediumslateblue.
About #3A49DB
Visually, #3A49DB is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 58 parts red, 73 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 74% Cyan, 67% Magenta, 0% Yellow, and 14% Black. The HSL representation is 234.4° hue, 69.1% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A49DB
RGB58, 73, 219
HSL234.4°, 69.1%, 54.3%
CMYK74%, 67%, 0%, 14%
HSV234.4°, 73.5%, 85.9%
LAB39.2, 43.3, -75.9
XYZ16.9, 10.8, 68.2
Decimal3819995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.65:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.36:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A49DB;
}
.text-color {
color: #3A49DB;
}
.border-color {
border: 2px solid #3A49DB;
}