#A85F6D
A medium, muted red closely aligning with Palevioletred.
About #A85F6D
Visually, #A85F6D is defined as a muted red. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(168, 95, 109).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 43% Magenta, 35% Yellow, and 34% Black. With a hue angle of 348.5 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A85F6D
RGB168, 95, 109
HSL348.5°, 29.6%, 51.6%
CMYK0%, 43%, 35%, 34%
HSV348.5°, 43.5%, 65.9%
LAB49.0, 31.3, 5.1
XYZ23.0, 17.6, 16.7
Decimal11034477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F6D;
}
.text-color {
color: #A85F6D;
}
.border-color {
border: 2px solid #A85F6D;
}