#928AF0
A light, vivid blue closely aligning with Mediumpurple.
About #928AF0
Visually, #928AF0 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 240.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 39% Cyan, 43% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#928AF0
RGB146, 138, 240
HSL244.7°, 77.3%, 74.1%
CMYK39%, 43%, 0%, 6%
HSV244.7°, 42.5%, 94.1%
LAB62.2, 27.1, -50.4
XYZ36.7, 30.6, 86.4
Decimal9603824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.12:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928AF0;
}
.text-color {
color: #928AF0;
}
.border-color {
border: 2px solid #928AF0;
}