#A88AE9
A light, moderate purple closely aligning with Mediumpurple.
About #A88AE9
Visually, #A88AE9 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 168 parts red, 138 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 28% cyan, 41% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A88AE9
RGB168, 138, 233
HSL258.9°, 68.3%, 72.7%
CMYK28%, 41%, 0%, 9%
HSV258.9°, 40.8%, 91.4%
LAB63.7, 31.2, -44.1
XYZ39.9, 32.4, 81.2
Decimal11045609
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A88AE9;
}
.text-color {
color: #A88AE9;
}
.border-color {
border: 2px solid #A88AE9;
}