#8383F0
A light, vivid blue closely aligning with Mediumpurple.
About #8383F0
The hex code #8383F0 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumpurple. This translates to an RGB value of rgb(131, 131, 240).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 45% cyan, 45% magenta, 0% yellow, and 6% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8383F0
RGB131, 131, 240
HSL240.0°, 78.4%, 72.7%
CMYK45%, 45%, 0%, 6%
HSV240.0°, 45.4%, 94.1%
LAB59.3, 27.6, -55.0
XYZ33.2, 27.3, 86.0
Decimal8618992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.47:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8383F0;
}
.text-color {
color: #8383F0;
}
.border-color {
border: 2px solid #8383F0;
}