#3A2CA0
A medium, moderate blue closely aligning with Rebeccapurple.
About #3A2CA0
At its core, #3A2CA0 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, 44, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 64% Cyan, 72% Magenta, 0% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A2CA0
RGB58, 44, 160
HSL247.2°, 56.9%, 40.0%
CMYK64%, 72%, 0%, 37%
HSV247.2°, 72.5%, 62.7%
LAB27.4, 40.7, -60.6
XYZ9.0, 5.2, 33.8
Decimal3812512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.25:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.80:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2CA0;
}
.text-color {
color: #3A2CA0;
}
.border-color {
border: 2px solid #3A2CA0;
}