#CC92F8
A light, vivid purple closely aligning with Mediumpurple.
About #CC92F8
When working with digital screens, the color #CC92F8 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 204 red, 146 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 41% Magenta, 0% Yellow, and 3% Black. The HSL representation is 274.1° hue, 87.9% saturation, and 77.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC92F8
RGB204, 146, 248
HSL274.1°, 87.9%, 77.3%
CMYK18%, 41%, 0%, 3%
HSV274.1°, 41.1%, 97.3%
LAB69.6, 40.3, -42.7
XYZ52.1, 40.2, 93.8
Decimal13406968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.03:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC92F8;
}
.text-color {
color: #CC92F8;
}
.border-color {
border: 2px solid #CC92F8;
}