#B6426D
A medium, moderate magenta closely aligning with Palevioletred.
About #B6426D
The hex code #B6426D represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 182 red, 66 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 64% magenta, 40% yellow, and 29% black. With a hue angle of 337.8 degrees, it sits comfortably in the magenta spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6426D
RGB182, 66, 109
HSL337.8°, 46.8%, 48.6%
CMYK0%, 64%, 40%, 29%
HSV337.8°, 63.7%, 71.4%
LAB45.6, 50.7, 0.4
XYZ24.0, 14.9, 16.1
Decimal11944557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6426D;
}
.text-color {
color: #B6426D;
}
.border-color {
border: 2px solid #B6426D;
}