#921DE9
A medium, vivid purple closely aligning with Blueviolet.
About #921DE9
At its core, #921DE9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(146, 29, 233).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 37% Cyan, 88% Magenta, 0% Yellow, and 9% Black. The HSL representation is 274.4° hue, 82.3% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#921DE9
RGB146, 29, 233
HSL274.4°, 82.3%, 51.4%
CMYK37%, 88%, 0%, 9%
HSV274.4°, 87.6%, 91.4%
LAB42.6, 76.2, -78.1
XYZ27.0, 12.9, 78.2
Decimal9575913
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #921DE9;
}
.text-color {
color: #921DE9;
}
.border-color {
border: 2px solid #921DE9;
}