#661DF0
A medium, vivid purple closely aligning with Mediumblue.
About #661DF0
At its core, #661DF0 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 102 red, 29 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 57% Cyan, 88% Magenta, 0% Yellow, and 6% Black. The HSL representation is 260.8° hue, 87.6% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#661DF0
RGB102, 29, 240
HSL260.8°, 87.6%, 52.7%
CMYK57%, 88%, 0%, 6%
HSV260.8°, 87.9%, 94.1%
LAB37.8, 73.3, -90.0
XYZ21.6, 10.0, 83.2
Decimal6692336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.00:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.69:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661DF0;
}
.text-color {
color: #661DF0;
}
.border-color {
border: 2px solid #661DF0;
}