#A857B6
A medium, moderate magenta closely aligning with Orchid.
About #A857B6
At its core, #A857B6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. Its digital footprint relies on 168 parts red, 87 parts green, and 182 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 8% cyan and 52% magenta inks. With a hue angle of 291.2 degrees, it sits comfortably in the magenta spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A857B6
RGB168, 87, 182
HSL291.2°, 39.4%, 52.7%
CMYK8%, 52%, 0%, 29%
HSV291.2°, 52.2%, 71.4%
LAB50.1, 47.7, -36.5
XYZ28.0, 18.5, 46.4
Decimal11032502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A857B6;
}
.text-color {
color: #A857B6;
}
.border-color {
border: 2px solid #A857B6;
}