#3A2CC5
A medium, moderate blue closely aligning with Darkblue.
About #3A2CC5
The hex code #3A2CC5 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 58 red, 44 green, and 197 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 71% cyan and 78% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A2CC5
RGB58, 44, 197
HSL245.5°, 63.5%, 47.3%
CMYK71%, 78%, 0%, 23%
HSV245.5°, 77.7%, 77.3%
LAB31.2, 52.4, -76.4
XYZ12.7, 6.7, 53.5
Decimal3812549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.95:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.55:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2CC5;
}
.text-color {
color: #3A2CC5;
}
.border-color {
border: 2px solid #3A2CC5;
}