#834292
A medium, moderate magenta closely aligning with Rebeccapurple.
About #834292
The precise color #834292 is an excellent choice for modern design projects. It is closely associated with the named CSS color Rebeccapurple. This translates to an RGB value of rgb(131, 66, 146).
Translating this color to physical media requires the CMYK color model. The color uses 10% Cyan, 55% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#834292
RGB131, 66, 146
HSL288.8°, 37.7%, 41.6%
CMYK10%, 55%, 0%, 43%
HSV288.8°, 54.8%, 57.3%
LAB39.2, 40.8, -32.6
XYZ16.5, 10.8, 28.4
Decimal8602258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.65:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.35:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #834292;
}
.text-color {
color: #834292;
}
.border-color {
border: 2px solid #834292;
}