#AC1348
A dark, vivid magenta closely aligning with Brown.
About #AC1348
At its core, #AC1348 is a dark and vivid hue. Designers often compare it to the standard color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 172, 19, and 72.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 89% Magenta, 58% Yellow, and 33% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AC1348
RGB172, 19, 72
HSL339.2°, 80.1%, 37.5%
CMYK0%, 89%, 58%, 33%
HSV339.2°, 89.0%, 67.5%
LAB37.3, 59.6, 11.7
XYZ18.4, 9.7, 7.0
Decimal11277128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.14:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.82:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AC1348;
}
.text-color {
color: #AC1348;
}
.border-color {
border: 2px solid #AC1348;
}