#3A2CF8
A medium, vivid blue closely aligning with Mediumblue.
About #3A2CF8
Visually, #3A2CF8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 58 red, 44 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 82% Magenta, 0% Yellow, and 3% Black. The HSL representation is 244.1° hue, 93.6% saturation, and 57.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A2CF8
RGB58, 44, 248
HSL244.1°, 93.6%, 57.3%
CMYK77%, 82%, 0%, 3%
HSV244.1°, 82.3%, 97.3%
LAB36.9, 67.4, -96.2
XYZ19.6, 9.5, 89.6
Decimal3812600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.25:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.93:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2CF8;
}
.text-color {
color: #3A2CF8;
}
.border-color {
border: 2px solid #3A2CF8;
}