#7C7CE9
A light, vivid blue closely aligning with Mediumpurple.
About #7C7CE9
The precise color #7C7CE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 124 red, 124 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 47% C, 47% M, 0% Y, and 9% K. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C7CE9
RGB124, 124, 233
HSL240.0°, 71.2%, 70.0%
CMYK47%, 47%, 0%, 9%
HSV240.0°, 46.8%, 91.4%
LAB56.7, 28.1, -55.4
XYZ30.2, 24.6, 80.2
Decimal8158441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.92:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C7CE9;
}
.text-color {
color: #7C7CE9;
}
.border-color {
border: 2px solid #7C7CE9;
}