#7C66FF
A light, vivid blue closely aligning with Mediumslateblue.
About #7C66FF
The hex code #7C66FF represents a beautifully specific shade of blue. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 102, and 255.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 51% cyan and 60% magenta inks. With a hue angle of 248.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#7C66FF
RGB124, 102, 255
HSL248.6°, 100.0%, 70.0%
CMYK51%, 60%, 0%, 0%
HSV248.6°, 60.0%, 100.0%
LAB53.0, 47.4, -73.6
XYZ31.1, 21.0, 97.0
Decimal8152831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C66FF;
}
.text-color {
color: #7C66FF;
}
.border-color {
border: 2px solid #7C66FF;
}