#C592F8
A light, vivid purple closely aligning with Mediumpurple.
About #C592F8
The hex code #C592F8 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Mediumpurple. In the RGB color space, it consists of 197 red, 146 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 21% Cyan, 41% Magenta, 0% Yellow, and 3% Black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C592F8
RGB197, 146, 248
HSL270.0°, 87.9%, 77.3%
CMYK21%, 41%, 0%, 3%
HSV270.0°, 41.1%, 97.3%
LAB68.9, 38.3, -43.9
XYZ50.2, 39.2, 93.7
Decimal12948216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.84:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C592F8;
}
.text-color {
color: #C592F8;
}
.border-color {
border: 2px solid #C592F8;
}