#6D00F8
A medium, vivid purple closely aligning with Blue.
About #6D00F8
When working with digital screens, the color #6D00F8 is rendered by mixing light. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(109, 0, 248).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 56% cyan, 100% magenta, 0% yellow, and 3% black. The HSL representation is 266.4° hue, 100.0% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D00F8
RGB109, 0, 248
HSL266.4°, 100.0%, 48.6%
CMYK56%, 100%, 0%, 3%
HSV266.4°, 100.0%, 97.3%
LAB37.9, 80.4, -94.4
XYZ23.2, 10.0, 89.5
Decimal7143672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.99:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.68:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D00F8;
}
.text-color {
color: #6D00F8;
}
.border-color {
border: 2px solid #6D00F8;
}