#B63A6D
A medium, moderate magenta closely aligning with Palevioletred.
About #B63A6D
Visually, #B63A6D is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(182, 58, 109).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 68% M, 40% Y, and 29% K. The HSL representation is 335.3° hue, 51.7% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B63A6D
RGB182, 58, 109
HSL335.3°, 51.7%, 47.1%
CMYK0%, 68%, 40%, 29%
HSV335.3°, 68.1%, 71.4%
LAB44.3, 54.0, -1.4
XYZ23.6, 14.1, 15.9
Decimal11942509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63A6D;
}
.text-color {
color: #B63A6D;
}
.border-color {
border: 2px solid #B63A6D;
}