#7C00A8
A dark, vivid purple closely aligning with Darkorchid.
About #7C00A8
When working with digital screens, the color #7C00A8 is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. Its digital footprint relies on 124 parts red, 0 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 26% Cyan, 100% Magenta, 0% Yellow, and 34% Black. The HSL representation is 284.3° hue, 100.0% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C00A8
RGB124, 0, 168
HSL284.3°, 100.0%, 32.9%
CMYK26%, 100%, 0%, 34%
HSV284.3°, 100.0%, 65.9%
LAB32.1, 65.3, -57.5
XYZ15.4, 7.1, 37.6
Decimal8126632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.67:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.29:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00A8;
}
.text-color {
color: #7C00A8;
}
.border-color {
border: 2px solid #7C00A8;
}