#7C00F8
A medium, vivid purple closely aligning with Blue.
About #7C00F8
The precise color #7C00F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blue. Its digital footprint relies on 124 parts red, 0 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 100% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C00F8
RGB124, 0, 248
HSL270.0°, 100.0%, 48.6%
CMYK50%, 100%, 0%, 3%
HSV270.0°, 100.0%, 97.3%
LAB39.7, 81.4, -91.4
XYZ25.3, 11.1, 89.6
Decimal8126712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.54:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.25:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00F8;
}
.text-color {
color: #7C00F8;
}
.border-color {
border: 2px solid #7C00F8;
}