#4924A0
A dark, moderate purple closely aligning with Indigo.
About #4924A0
The hex code #4924A0 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 36, and 160.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 54% cyan, 78% magenta, 0% yellow, and 37% black. With a hue angle of 257.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4924A0
RGB73, 36, 160
HSL257.9°, 63.3%, 38.4%
CMYK54%, 78%, 0%, 37%
HSV257.9°, 77.5%, 62.7%
LAB27.3, 47.0, -60.6
XYZ9.7, 5.2, 33.8
Decimal4793504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.28:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.82:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4924A0;
}
.text-color {
color: #4924A0;
}
.border-color {
border: 2px solid #4924A0;
}