#3A33A8
A medium, moderate blue closely aligning with Rebeccapurple.
About #3A33A8
At its core, #3A33A8 is a medium and moderate hue. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 51, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 65% C, 70% M, 0% Y, and 34% K. The HSL representation is 243.6° hue, 53.4% saturation, and 42.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A33A8
RGB58, 51, 168
HSL243.6°, 53.4%, 42.9%
CMYK65%, 70%, 0%, 34%
HSV243.6°, 69.6%, 65.9%
LAB29.6, 39.3, -61.7
XYZ10.0, 6.1, 37.7
Decimal3814312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.46:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.05:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A33A8;
}
.text-color {
color: #3A33A8;
}
.border-color {
border: 2px solid #3A33A8;
}