#3A24D3
A medium, vivid blue closely aligning with Mediumblue.
About #3A24D3
The precise color #3A24D3 is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 58 red, 36 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 73% Cyan, 83% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A24D3
RGB58, 36, 211
HSL247.5°, 70.9%, 48.4%
CMYK73%, 83%, 0%, 17%
HSV247.5°, 82.9%, 82.7%
LAB31.5, 60.2, -84.1
XYZ14.1, 6.9, 62.2
Decimal3810515
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.85:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.46:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A24D3;
}
.text-color {
color: #3A24D3;
}
.border-color {
border: 2px solid #3A24D3;
}