#A80F42
A dark, vivid magenta closely aligning with Brown.
About #A80F42
Visually, #A80F42 is defined as a vivid magenta. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 168 red, 15 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 91% magenta, 61% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark 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#A80F42
RGB168, 15, 66
HSL340.0°, 83.6%, 35.9%
CMYK0%, 91%, 61%, 34%
HSV340.0°, 91.1%, 65.9%
LAB36.1, 58.8, 13.8
XYZ17.3, 9.1, 6.0
Decimal11013954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F42;
}
.text-color {
color: #A80F42;
}
.border-color {
border: 2px solid #A80F42;
}