#8A83F8
A light, vivid blue closely aligning with Mediumpurple.
About #8A83F8
Visually, #8A83F8 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 138, 131, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 44% cyan and 47% magenta inks. The HSL representation is 243.6° hue, 89.3% saturation, and 74.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#8A83F8
RGB138, 131, 248
HSL243.6°, 89.3%, 74.3%
CMYK44%, 47%, 0%, 3%
HSV243.6°, 47.2%, 97.3%
LAB60.3, 31.5, -57.9
XYZ35.5, 28.4, 92.4
Decimal9077752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A83F8;
}
.text-color {
color: #8A83F8;
}
.border-color {
border: 2px solid #8A83F8;
}