#830F3A
A dark, vivid magenta closely aligning with Brown.
About #830F3A
Visually, #830F3A is defined as a vivid magenta. Its closest recognized web color is Brown. In the RGB color space, it consists of 131 red, 15 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 89% Magenta, 56% Yellow, and 49% 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 dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#830F3A
RGB131, 15, 58
HSL337.8°, 79.5%, 28.6%
CMYK0%, 89%, 56%, 49%
HSV337.8°, 88.5%, 51.4%
LAB28.0, 48.5, 6.7
XYZ10.3, 5.5, 4.5
Decimal8589114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.03:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.58:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830F3A;
}
.text-color {
color: #830F3A;
}
.border-color {
border: 2px solid #830F3A;
}