#6D57FF
A light, vivid blue closely aligning with Blueviolet.
About #6D57FF
Visually, #6D57FF is defined as a vivid blue. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 109 red, 87 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 66% Magenta, 0% Yellow, and 0% Black. The HSL representation is 247.9° hue, 100.0% saturation, and 67.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6D57FF
RGB109, 87, 255
HSL247.9°, 100.0%, 67.1%
CMYK57%, 66%, 0%, 0%
HSV247.9°, 65.9%, 100.0%
LAB48.6, 53.2, -80.7
XYZ27.8, 17.3, 96.5
Decimal7165951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D57FF;
}
.text-color {
color: #6D57FF;
}
.border-color {
border: 2px solid #6D57FF;
}