#AF5FB6
A medium, moderate magenta closely aligning with Orchid.
About #AF5FB6
At its core, #AF5FB6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(175, 95, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 4% cyan and 48% magenta inks. The HSL representation is 295.2° hue, 37.3% saturation, and 54.3% lightness.
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#AF5FB6
RGB175, 95, 182
HSL295.2°, 37.3%, 54.3%
CMYK4%, 48%, 0%, 29%
HSV295.2°, 47.8%, 71.4%
LAB52.6, 45.6, -32.5
XYZ30.2, 20.7, 46.7
Decimal11493302
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF5FB6;
}
.text-color {
color: #AF5FB6;
}
.border-color {
border: 2px solid #AF5FB6;
}