#A892AF
A light, muted magenta closely aligning with Thistle.
About #A892AF
The hex code #A892AF represents a beautifully specific shade of magenta. Its closest recognized web color is Thistle. In the RGB color space, it consists of 168 red, 146 green, and 175 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 4% C, 17% M, 0% Y, and 31% K. With a hue angle of 285.5 degrees, it sits comfortably in the magenta spectrum.
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#A892AF
RGB168, 146, 175
HSL285.5°, 15.3%, 62.9%
CMYK4%, 17%, 0%, 31%
HSV285.5°, 16.6%, 68.6%
LAB63.3, 13.6, -12.1
XYZ34.2, 32.0, 44.9
Decimal11047599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.40:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A892AF;
}
.text-color {
color: #A892AF;
}
.border-color {
border: 2px solid #A892AF;
}