#7C3AC5
A medium, moderate purple closely aligning with Darkorchid.
About #7C3AC5
When working with digital screens, the color #7C3AC5 is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(124, 58, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 37% cyan and 71% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#7C3AC5
RGB124, 58, 197
HSL268.5°, 54.5%, 50.0%
CMYK37%, 71%, 0%, 23%
HSV268.5°, 70.6%, 77.3%
LAB40.2, 54.9, -61.5
XYZ19.9, 11.3, 54.0
Decimal8141509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.42:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3AC5;
}
.text-color {
color: #7C3AC5;
}
.border-color {
border: 2px solid #7C3AC5;
}