#A892BD
A light, muted purple closely aligning with Plum.
About #A892BD
The hex code #A892BD represents a beautifully specific shade of purple. Designers often compare it to the standard color Plum. In the RGB color space, it consists of 168 red, 146 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 11% Cyan, 23% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A892BD
RGB168, 146, 189
HSL270.7°, 24.6%, 65.7%
CMYK11%, 23%, 0%, 26%
HSV270.7°, 22.8%, 74.1%
LAB63.8, 16.5, -19.3
XYZ35.6, 32.6, 52.6
Decimal11047613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A892BD;
}
.text-color {
color: #A892BD;
}
.border-color {
border: 2px solid #A892BD;
}