#6D3AC5
A medium, moderate purple closely aligning with Darkorchid.
About #6D3AC5
At its core, #6D3AC5 is a medium and moderate hue. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 109 red, 58 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 45% cyan, 71% magenta, 0% yellow, and 23% black. The HSL representation is 262.0° hue, 54.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D3AC5
RGB109, 58, 197
HSL262.0°, 54.5%, 50.0%
CMYK45%, 71%, 0%, 23%
HSV262.0°, 70.6%, 77.3%
LAB38.4, 52.1, -64.4
XYZ17.9, 10.3, 53.9
Decimal7158469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3AC5;
}
.text-color {
color: #6D3AC5;
}
.border-color {
border: 2px solid #6D3AC5;
}