#927CFF
A light, vivid blue closely aligning with Mediumslateblue.
About #927CFF
When working with digital screens, the color #927CFF is rendered by mixing light. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 124, and 255.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 51% M, 0% Y, and 0% K. The HSL representation is 250.1° hue, 100.0% saturation, and 74.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#927CFF
RGB146, 124, 255
HSL250.1°, 100.0%, 74.3%
CMYK43%, 51%, 0%, 0%
HSV250.1°, 51.4%, 100.0%
LAB59.7, 39.3, -62.7
XYZ37.1, 27.7, 98.0
Decimal9600255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #927CFF;
}
.text-color {
color: #927CFF;
}
.border-color {
border: 2px solid #927CFF;
}