#7583DB
A light, moderate blue closely aligning with Cornflowerblue.
About #7583DB
Visually, #7583DB is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(117, 131, 219).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 47% cyan, 40% magenta, 0% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7583DB
RGB117, 131, 219
HSL231.8°, 58.6%, 65.9%
CMYK47%, 40%, 0%, 14%
HSV231.8°, 46.6%, 85.9%
LAB57.2, 18.1, -46.7
XYZ28.2, 25.1, 70.4
Decimal7701467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.49:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7583DB;
}
.text-color {
color: #7583DB;
}
.border-color {
border: 2px solid #7583DB;
}