#921DFF
A medium, vivid purple closely aligning with Blueviolet.
About #921DFF
The hex code #921DFF represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 146 red, 29 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. The color uses 43% Cyan, 89% Magenta, 0% Yellow, and 0% Black. With a hue angle of 271.1 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#921DFF
RGB146, 29, 255
HSL271.1°, 100.0%, 55.7%
CMYK43%, 89%, 0%, 0%
HSV271.1°, 88.6%, 100.0%
LAB44.5, 80.8, -87.2
XYZ30.3, 14.2, 95.8
Decimal9575935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #921DFF;
}
.text-color {
color: #921DFF;
}
.border-color {
border: 2px solid #921DFF;
}