#7557D3
A medium, moderate blue closely aligning with Slateblue.
About #7557D3
Visually, #7557D3 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 87, and 211.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 59% magenta, 0% yellow, and 17% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7557D3
RGB117, 87, 211
HSL254.5°, 58.5%, 58.4%
CMYK45%, 59%, 0%, 17%
HSV254.5°, 58.8%, 82.7%
LAB46.0, 41.9, -60.0
XYZ22.5, 15.3, 63.4
Decimal7690195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.17:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7557D3;
}
.text-color {
color: #7557D3;
}
.border-color {
border: 2px solid #7557D3;
}