#7C07FF
A medium, vivid purple closely aligning with Blue.
About #7C07FF
The precise color #7C07FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 124 red, 7 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 51% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C07FF
RGB124, 7, 255
HSL268.3°, 100.0%, 51.4%
CMYK51%, 97%, 0%, 0%
HSV268.3°, 97.3%, 100.0%
LAB40.7, 82.1, -93.7
XYZ26.4, 11.7, 95.5
Decimal8128511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C07FF;
}
.text-color {
color: #7C07FF;
}
.border-color {
border: 2px solid #7C07FF;
}