#6642F8
A light, vivid blue closely aligning with Blueviolet.
About #6642F8
Visually, #6642F8 is defined as a vivid blue. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 102 red, 66 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 59% cyan and 73% magenta inks. The HSL representation is 251.9° hue, 92.9% saturation, and 61.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6642F8
RGB102, 66, 248
HSL251.9°, 92.9%, 61.6%
CMYK59%, 73%, 0%, 3%
HSV251.9°, 73.4%, 97.3%
LAB43.5, 61.2, -85.2
XYZ24.4, 13.5, 90.1
Decimal6701816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.68:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.43:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6642F8;
}
.text-color {
color: #6642F8;
}
.border-color {
border: 2px solid #6642F8;
}