#92168A
A dark, vivid magenta closely aligning with Darkmagenta.
About #92168A
The hex code #92168A represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. In the RGB color space, it consists of 146 red, 22 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 85% Magenta, 5% Yellow, and 43% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark 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#92168A
RGB146, 22, 138
HSL303.9°, 73.8%, 32.9%
CMYK0%, 85%, 5%, 43%
HSV303.9°, 84.9%, 57.3%
LAB35.0, 60.2, -34.1
XYZ16.7, 8.5, 24.8
Decimal9574026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.77:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.42:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92168A;
}
.text-color {
color: #92168A;
}
.border-color {
border: 2px solid #92168A;
}