#6607FF
A medium, vivid purple closely aligning with Blue.
About #6607FF
When working with digital screens, the color #6607FF is rendered by mixing light. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 102 red, 7 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 60% C, 97% M, 0% Y, and 0% K. The HSL representation is 263.0° hue, 100.0% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6607FF
RGB102, 7, 255
HSL263.0°, 100.0%, 51.4%
CMYK60%, 97%, 0%, 0%
HSV263.0°, 97.3%, 100.0%
LAB38.2, 80.7, -97.9
XYZ23.6, 10.2, 95.3
Decimal6686719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.91:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.60:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6607FF;
}
.text-color {
color: #6607FF;
}
.border-color {
border: 2px solid #6607FF;
}