#8383B6
A light, muted blue closely aligning with Steelblue.
About #8383B6
When working with digital screens, the color #8383B6 is rendered by mixing light. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(131, 131, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 28% cyan, 28% magenta, 0% yellow, and 29% black. The HSL representation is 240.0° hue, 25.9% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8383B6
RGB131, 131, 182
HSL240.0°, 25.9%, 61.4%
CMYK28%, 28%, 0%, 29%
HSV240.0°, 28.0%, 71.4%
LAB56.5, 11.7, -26.8
XYZ25.9, 24.4, 47.6
Decimal8618934
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8383B6;
}
.text-color {
color: #8383B6;
}
.border-color {
border: 2px solid #8383B6;
}