#5F245F
A dark, moderate magenta closely aligning with Darkslateblue.
About #5F245F
Visually, #5F245F is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(95, 36, 95).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 62% Magenta, 0% Yellow, and 63% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F245F
RGB95, 36, 95
HSL300.0°, 45.0%, 25.7%
CMYK0%, 62%, 0%, 63%
HSV300.0°, 62.1%, 37.3%
LAB25.3, 35.5, -22.8
XYZ7.4, 4.5, 11.3
Decimal6235231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.03:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.54:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F245F;
}
.text-color {
color: #5F245F;
}
.border-color {
border: 2px solid #5F245F;
}