#7C7CE2
A light, moderate blue closely aligning with Mediumpurple.
About #7C7CE2
Visually, #7C7CE2 is defined as a moderate blue. 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 226 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 45% cyan, 45% magenta, 0% yellow, and 11% 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 #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C7CE2
RGB124, 124, 226
HSL240.0°, 63.7%, 68.6%
CMYK45%, 45%, 0%, 11%
HSV240.0°, 45.1%, 88.6%
LAB56.3, 26.0, -52.1
XYZ29.2, 24.2, 75.1
Decimal8158434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C7CE2;
}
.text-color {
color: #7C7CE2;
}
.border-color {
border: 2px solid #7C7CE2;
}