#AF7599
A medium, muted magenta closely aligning with Palevioletred.
About #AF7599
Visually, #AF7599 is defined as a muted magenta. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(175, 117, 153).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 33% magenta inks. With a hue angle of 322.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF7599
RGB175, 117, 153
HSL322.8°, 26.6%, 57.3%
CMYK0%, 33%, 13%, 31%
HSV322.8°, 33.1%, 68.6%
LAB56.2, 28.3, -10.1
XYZ29.8, 24.1, 33.2
Decimal11498905
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.83:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7599;
}
.text-color {
color: #AF7599;
}
.border-color {
border: 2px solid #AF7599;
}