#7583C5
A light, moderate blue closely aligning with Cornflowerblue.
About #7583C5
When working with digital screens, the color #7583C5 is rendered by mixing light. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 131, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 41% cyan, 34% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7583C5
RGB117, 131, 197
HSL229.5°, 40.8%, 61.6%
CMYK41%, 34%, 0%, 23%
HSV229.5°, 40.6%, 77.3%
LAB56.1, 11.7, -36.0
XYZ25.5, 24.0, 56.1
Decimal7701445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7583C5;
}
.text-color {
color: #7583C5;
}
.border-color {
border: 2px solid #7583C5;
}