#6650DB
A medium, moderate blue closely aligning with Mediumslateblue.
About #6650DB
The precise color #6650DB is an excellent choice for modern design projects. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 80, and 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 63% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6650DB
RGB102, 80, 219
HSL249.5°, 65.9%, 58.6%
CMYK53%, 63%, 0%, 14%
HSV249.5°, 63.5%, 85.9%
LAB43.8, 45.3, -68.4
XYZ21.1, 13.7, 68.5
Decimal6705371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.62:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.37:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6650DB;
}
.text-color {
color: #6650DB;
}
.border-color {
border: 2px solid #6650DB;
}