#AF92BD
A light, muted purple closely aligning with Plum.
About #AF92BD
At its core, #AF92BD is a light and muted hue. Its closest recognized web color is Plum. Its digital footprint relies on 175 parts red, 146 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 7% Cyan, 23% Magenta, 0% Yellow, and 26% Black. With a hue angle of 280.5 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF92BD
RGB175, 146, 189
HSL280.5°, 24.6%, 65.7%
CMYK7%, 23%, 0%, 26%
HSV280.5°, 22.8%, 74.1%
LAB64.4, 18.8, -18.3
XYZ37.1, 33.3, 52.6
Decimal11506365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.67:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF92BD;
}
.text-color {
color: #AF92BD;
}
.border-color {
border: 2px solid #AF92BD;
}