#C58AFF
A light, vivid purple closely aligning with Mediumpurple.
About #C58AFF
When working with digital screens, the color #C58AFF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 197 red, 138 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 23% Cyan, 46% Magenta, 0% Yellow, and 0% Black. 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 light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C58AFF
RGB197, 138, 255
HSL270.3°, 100.0%, 77.1%
CMYK23%, 46%, 0%, 0%
HSV270.3°, 45.9%, 100.0%
LAB67.5, 44.3, -49.9
XYZ50.2, 37.3, 99.2
Decimal12946175
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.45:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C58AFF;
}
.text-color {
color: #C58AFF;
}
.border-color {
border: 2px solid #C58AFF;
}