#A849C5
A medium, moderate magenta closely aligning with Mediumorchid.
About #A849C5
At its core, #A849C5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 168 red, 73 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 15% cyan, 63% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A849C5
RGB168, 73, 197
HSL286.0°, 51.7%, 52.9%
CMYK15%, 63%, 0%, 23%
HSV286.0°, 62.9%, 77.3%
LAB48.4, 57.4, -47.9
XYZ28.6, 17.1, 54.6
Decimal11028933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.75:1
Text on #FFFFFF
AA
4.42:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A849C5;
}
.text-color {
color: #A849C5;
}
.border-color {
border: 2px solid #A849C5;
}