#928AFF
A light, vivid blue closely aligning with Mediumpurple.
About #928AFF
Visually, #928AFF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 138, and 255.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 43% cyan, 46% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#928AFF
RGB146, 138, 255
HSL244.1°, 100.0%, 77.1%
CMYK43%, 46%, 0%, 0%
HSV244.1°, 45.9%, 100.0%
LAB62.9, 31.3, -57.4
XYZ39.0, 31.5, 98.6
Decimal9603839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928AFF;
}
.text-color {
color: #928AFF;
}
.border-color {
border: 2px solid #928AFF;
}