#661DF8
A medium, vivid purple closely aligning with Mediumblue.
About #661DF8
The hex code #661DF8 represents a beautifully specific shade of purple. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(102, 29, 248).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 59% C, 88% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#661DF8
RGB102, 29, 248
HSL260.0°, 94.0%, 54.3%
CMYK59%, 88%, 0%, 3%
HSV260.0°, 88.3%, 97.3%
LAB38.7, 75.2, -93.1
XYZ22.9, 10.5, 89.6
Decimal6692344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.78:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.48:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661DF8;
}
.text-color {
color: #661DF8;
}
.border-color {
border: 2px solid #661DF8;
}