#3A24DB
A medium, vivid blue closely aligning with Mediumblue.
About #3A24DB
The hex code #3A24DB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(58, 36, 219).
Translating this color to physical media requires the CMYK color model. The color uses 74% Cyan, 84% Magenta, 0% Yellow, and 14% Black. The HSL representation is 247.2° hue, 71.8% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A24DB
RGB58, 36, 219
HSL247.2°, 71.8%, 50.0%
CMYK74%, 84%, 0%, 14%
HSV247.2°, 83.6%, 85.9%
LAB32.4, 62.4, -87.1
XYZ15.2, 7.3, 67.6
Decimal3810523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.55:1
Text on #FFFFFF
AAA
2.46: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: #3A24DB;
}
.text-color {
color: #3A24DB;
}
.border-color {
border: 2px solid #3A24DB;
}