#7C5FE2
A light, moderate blue closely aligning with Mediumslateblue.
About #7C5FE2
Visually, #7C5FE2 is defined as a moderate blue. It is closely associated with the named CSS color Mediumslateblue. This translates to an RGB value of rgb(124, 95, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 45% C, 58% M, 0% Y, and 11% K. 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. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C5FE2
RGB124, 95, 226
HSL253.3°, 69.3%, 62.9%
CMYK45%, 58%, 0%, 11%
HSV253.3°, 58.0%, 88.6%
LAB49.4, 43.0, -63.0
XYZ26.1, 18.0, 74.0
Decimal8151010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5FE2;
}
.text-color {
color: #7C5FE2;
}
.border-color {
border: 2px solid #7C5FE2;
}