#997CFF
A light, vivid blue closely aligning with Mediumslateblue.
About #997CFF
When working with digital screens, the color #997CFF is rendered by mixing light. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 153 red, 124 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 40% C, 51% M, 0% Y, and 0% K. The HSL representation is 253.3° hue, 100.0% saturation, and 74.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#997CFF
RGB153, 124, 255
HSL253.3°, 100.0%, 74.3%
CMYK40%, 51%, 0%, 0%
HSV253.3°, 51.4%, 100.0%
LAB60.3, 40.9, -61.7
XYZ38.4, 28.4, 98.1
Decimal10059007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #997CFF;
}
.text-color {
color: #997CFF;
}
.border-color {
border: 2px solid #997CFF;
}