#AF7CE2
A light, moderate purple closely aligning with Mediumpurple.
About #AF7CE2
The hex code #AF7CE2 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 175 parts red, 124 parts green, and 226 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 45% Magenta, 0% Yellow, and 11% Black. 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, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF7CE2
RGB175, 124, 226
HSL270.0°, 63.7%, 68.6%
CMYK23%, 45%, 0%, 11%
HSV270.0°, 45.1%, 88.6%
LAB60.8, 39.3, -44.6
XYZ38.6, 29.0, 75.5
Decimal11500770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.80:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7CE2;
}
.text-color {
color: #AF7CE2;
}
.border-color {
border: 2px solid #AF7CE2;
}