#925FE2
A light, moderate purple closely aligning with Mediumslateblue.
About #925FE2
At its core, #925FE2 is a light and moderate hue. Designers often compare it to the standard color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 95, and 226.
If you are designing for print, the four-color process is what matters most. The color uses 35% Cyan, 58% Magenta, 0% Yellow, and 11% Black. The HSL representation is 263.4° hue, 69.3% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#925FE2
RGB146, 95, 226
HSL263.4°, 69.3%, 62.9%
CMYK35%, 58%, 0%, 11%
HSV263.4°, 58.0%, 88.6%
LAB51.6, 47.8, -59.5
XYZ29.7, 19.8, 74.2
Decimal9592802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925FE2;
}
.text-color {
color: #925FE2;
}
.border-color {
border: 2px solid #925FE2;
}