#7C07F8
A medium, vivid purple closely aligning with Blue.
About #7C07F8
When working with digital screens, the color #7C07F8 is rendered by mixing light. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(124, 7, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 97% magenta, 0% yellow, and 3% 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 #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C07F8
RGB124, 7, 248
HSL269.1°, 94.5%, 50.0%
CMYK50%, 97%, 0%, 3%
HSV269.1°, 97.2%, 97.3%
LAB39.9, 80.7, -91.0
XYZ25.3, 11.2, 89.6
Decimal8128504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.48:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.19:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C07F8;
}
.text-color {
color: #7C07F8;
}
.border-color {
border: 2px solid #7C07F8;
}