#C592FF
A light, vivid purple closely aligning with Mediumpurple.
About #C592FF
Visually, #C592FF is defined as a vivid purple. Its closest recognized web color is Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 146, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 23% C, 43% M, 0% Y, and 0% K. The HSL representation is 268.1° hue, 100.0% saturation, and 78.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C592FF
RGB197, 146, 255
HSL268.1°, 100.0%, 78.6%
CMYK23%, 43%, 0%, 0%
HSV268.1°, 42.7%, 100.0%
LAB69.2, 39.9, -47.2
XYZ51.4, 39.6, 99.6
Decimal12948223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.93:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C592FF;
}
.text-color {
color: #C592FF;
}
.border-color {
border: 2px solid #C592FF;
}