#AF92DB
A light, moderate purple closely aligning with Plum.
About #AF92DB
Visually, #AF92DB is defined as a moderate purple. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(175, 146, 219).
If you are designing for print, the four-color process is what matters most. The color uses 20% Cyan, 33% Magenta, 0% Yellow, and 14% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF92DB
RGB175, 146, 219
HSL263.8°, 50.3%, 71.6%
CMYK20%, 33%, 0%, 14%
HSV263.8°, 33.3%, 85.9%
LAB65.6, 25.4, -33.2
XYZ40.7, 34.8, 71.6
Decimal11506395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.96:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF92DB;
}
.text-color {
color: #AF92DB;
}
.border-color {
border: 2px solid #AF92DB;
}