#9983FF
A light, vivid blue closely aligning with Mediumpurple.
About #9983FF
When working with digital screens, the color #9983FF is rendered by mixing light. Designers often compare it to the standard color Mediumpurple. In the RGB color space, it consists of 153 red, 131 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 40% C, 49% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#9983FF
RGB153, 131, 255
HSL250.6°, 100.0%, 75.7%
CMYK40%, 49%, 0%, 0%
HSV250.6°, 48.6%, 100.0%
LAB61.8, 37.0, -59.1
XYZ39.3, 30.2, 98.4
Decimal10060799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9983FF;
}
.text-color {
color: #9983FF;
}
.border-color {
border: 2px solid #9983FF;
}