#7566C5
A medium, moderate blue closely aligning with Mediumpurple.
About #7566C5
At its core, #7566C5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(117, 102, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 41% cyan, 48% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7566C5
RGB117, 102, 197
HSL249.5°, 45.0%, 58.6%
CMYK41%, 48%, 0%, 23%
HSV249.5°, 48.2%, 77.3%
LAB48.7, 29.1, -47.8
XYZ22.2, 17.3, 55.0
Decimal7694021
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA Large
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7566C5;
}
.text-color {
color: #7566C5;
}
.border-color {
border: 2px solid #7566C5;
}