#8A66DB
A light, moderate purple closely aligning with Mediumpurple.
About #8A66DB
When working with digital screens, the color #8A66DB is rendered by mixing light. Its closest recognized web color is Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 102, and 219.
Translating this color to physical media requires the CMYK color model. The color uses 37% Cyan, 53% Magenta, 0% Yellow, and 14% Black. The HSL representation is 258.5° hue, 61.9% saturation, and 62.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A66DB
RGB138, 102, 219
HSL258.5°, 61.9%, 62.9%
CMYK37%, 53%, 0%, 14%
HSV258.5°, 53.4%, 85.9%
LAB51.9, 40.3, -55.1
XYZ28.0, 20.0, 69.4
Decimal9070299
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A66DB;
}
.text-color {
color: #8A66DB;
}
.border-color {
border: 2px solid #8A66DB;
}