#7592F8
A light, vivid blue closely aligning with Cornflowerblue.
About #7592F8
The precise color #7592F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(117, 146, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 53% Cyan, 41% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#7592F8
RGB117, 146, 248
HSL226.7°, 90.3%, 71.6%
CMYK53%, 41%, 0%, 3%
HSV226.7°, 52.8%, 97.3%
LAB62.6, 18.0, -54.2
XYZ34.6, 31.1, 93.0
Decimal7705336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7592F8;
}
.text-color {
color: #7592F8;
}
.border-color {
border: 2px solid #7592F8;
}