#7C75C5
A light, moderate blue closely aligning with Cornflowerblue.
About #7C75C5
Visually, #7C75C5 is defined as a moderate blue. It is closely associated with the named CSS color Cornflowerblue. Its digital footprint relies on 124 parts red, 117 parts green, and 197 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 37% Cyan, 41% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C75C5
RGB124, 117, 197
HSL245.2°, 40.8%, 61.6%
CMYK37%, 41%, 0%, 23%
HSV245.2°, 40.6%, 77.3%
LAB53.0, 21.9, -40.9
XYZ24.8, 21.0, 55.6
Decimal8156613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C75C5;
}
.text-color {
color: #7C75C5;
}
.border-color {
border: 2px solid #7C75C5;
}