#7C1DA8
A dark, vivid purple closely aligning with Darkorchid.
About #7C1DA8
At its core, #7C1DA8 is a dark and vivid hue. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 124 red, 29 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. The color uses 26% Cyan, 83% Magenta, 0% Yellow, and 34% Black. The HSL representation is 281.0° hue, 70.6% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C1DA8
RGB124, 29, 168
HSL281.0°, 70.6%, 38.6%
CMYK26%, 83%, 0%, 34%
HSV281.0°, 82.7%, 65.9%
LAB34.0, 59.7, -54.4
XYZ15.8, 8.0, 37.8
Decimal8134056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.08:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.73:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DA8;
}
.text-color {
color: #7C1DA8;
}
.border-color {
border: 2px solid #7C1DA8;
}