#B62CA8
A medium, moderate magenta closely aligning with Darkmagenta.
About #B62CA8
At its core, #B62CA8 is a medium and moderate hue. It is closely associated with the named CSS color Darkmagenta. This translates to an RGB value of rgb(182, 44, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 76% M, 8% Y, and 29% K. The HSL representation is 306.1° hue, 61.1% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B62CA8
RGB182, 44, 168
HSL306.1°, 61.1%, 44.3%
CMYK0%, 76%, 8%, 29%
HSV306.1°, 75.8%, 71.4%
LAB45.0, 66.6, -36.1
XYZ27.3, 14.6, 38.4
Decimal11938984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B62CA8;
}
.text-color {
color: #B62CA8;
}
.border-color {
border: 2px solid #B62CA8;
}