#3A2CE2
A medium, vivid blue closely aligning with Mediumblue.
About #3A2CE2
The hex code #3A2CE2 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 44, and 226.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 74% cyan and 81% magenta inks. The HSL representation is 244.6° hue, 75.8% saturation, and 52.9% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A2CE2
RGB58, 44, 226
HSL244.6°, 75.8%, 52.9%
CMYK74%, 81%, 0%, 11%
HSV244.6°, 80.5%, 88.6%
LAB34.4, 61.1, -87.9
XYZ16.4, 8.2, 72.7
Decimal3812578
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.96:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.61:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2CE2;
}
.text-color {
color: #3A2CE2;
}
.border-color {
border: 2px solid #3A2CE2;
}