#AF7CE9
A light, vivid purple closely aligning with Mediumpurple.
About #AF7CE9
Visually, #AF7CE9 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(175, 124, 233).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 25% cyan and 47% magenta inks. The HSL representation is 268.1° hue, 71.2% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF7CE9
RGB175, 124, 233
HSL268.1°, 71.2%, 70.0%
CMYK25%, 47%, 0%, 9%
HSV268.1°, 46.8%, 91.4%
LAB61.1, 40.9, -48.0
XYZ39.6, 29.4, 80.7
Decimal11500777
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.88:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7CE9;
}
.text-color {
color: #AF7CE9;
}
.border-color {
border: 2px solid #AF7CE9;
}