#B66DAF
A medium, moderate magenta closely aligning with Plum.
About #B66DAF
Visually, #B66DAF is defined as a moderate magenta. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(182, 109, 175).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 40% magenta, 4% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B66DAF
RGB182, 109, 175
HSL305.8°, 33.3%, 57.1%
CMYK0%, 40%, 4%, 29%
HSV305.8°, 40.1%, 71.4%
LAB56.1, 39.0, -23.0
XYZ32.5, 24.0, 43.5
Decimal11955631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B66DAF;
}
.text-color {
color: #B66DAF;
}
.border-color {
border: 2px solid #B66DAF;
}