#6642DB
A medium, moderate blue closely aligning with Blueviolet.
About #6642DB
At its core, #6642DB is a medium and moderate hue. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 102 red, 66 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 70% M, 0% Y, and 14% K. The HSL representation is 254.1° hue, 68.0% saturation, and 55.9% 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#6642DB
RGB102, 66, 219
HSL254.1°, 68.0%, 55.9%
CMYK53%, 70%, 0%, 14%
HSV254.1°, 69.9%, 85.9%
LAB41.0, 53.0, -73.0
XYZ20.2, 11.8, 68.2
Decimal6701787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.24:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.96:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6642DB;
}
.text-color {
color: #6642DB;
}
.border-color {
border: 2px solid #6642DB;
}