#8383DB
A light, moderate blue closely aligning with Cornflowerblue.
About #8383DB
When working with digital screens, the color #8383DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(131, 131, 219).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 40% Cyan, 40% Magenta, 0% Yellow, and 14% Black. The HSL representation is 240.0° hue, 55.0% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#8383DB
RGB131, 131, 219
HSL240.0°, 55.0%, 68.6%
CMYK40%, 40%, 0%, 14%
HSV240.0°, 40.2%, 85.9%
LAB58.2, 21.6, -45.1
XYZ30.3, 26.2, 70.5
Decimal8618971
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8383DB;
}
.text-color {
color: #8383DB;
}
.border-color {
border: 2px solid #8383DB;
}