#3A1DE2
A medium, vivid blue closely aligning with Mediumblue.
About #3A1DE2
At its core, #3A1DE2 is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 29, and 226.
Translating this color to physical media requires the CMYK color model. The color uses 74% Cyan, 87% Magenta, 0% Yellow, and 11% Black. The HSL representation is 248.8° hue, 77.3% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A1DE2
RGB58, 29, 226
HSL248.8°, 77.3%, 50.0%
CMYK74%, 87%, 0%, 11%
HSV248.8°, 87.2%, 88.6%
LAB32.4, 66.9, -91.2
XYZ15.9, 7.3, 72.5
Decimal3808738
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.56:1
Text on #FFFFFF
AAA
2.45:1
Text on #000000
FAIL
8.18:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1DE2;
}
.text-color {
color: #3A1DE2;
}
.border-color {
border: 2px solid #3A1DE2;
}