#921DF8
A medium, vivid purple closely aligning with Blueviolet.
About #921DF8
At its core, #921DF8 is a medium and vivid hue. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 146 red, 29 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 41% Cyan, 88% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#921DF8
RGB146, 29, 248
HSL272.1°, 94.0%, 54.3%
CMYK41%, 88%, 0%, 3%
HSV272.1°, 88.3%, 97.3%
LAB43.9, 79.3, -84.4
XYZ29.2, 13.8, 89.9
Decimal9575928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #921DF8;
}
.text-color {
color: #921DF8;
}
.border-color {
border: 2px solid #921DF8;
}