#5F0F3A
A dark, vivid magenta closely aligning with Purple.
About #5F0F3A
The hex code #5F0F3A represents a beautifully specific shade of magenta. Its closest recognized web color is Purple. This translates to an RGB value of rgb(95, 15, 58).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 84% magenta, 39% yellow, and 63% black. The HSL representation is 327.8° hue, 72.7% saturation, and 21.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#5F0F3A
RGB95, 15, 58
HSL327.8°, 72.7%, 21.6%
CMYK0%, 84%, 39%, 63%
HSV327.8°, 84.2%, 37.3%
LAB20.4, 38.5, -5.4
XYZ5.7, 3.1, 4.3
Decimal6229818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.99:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.42:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F3A;
}
.text-color {
color: #5F0F3A;
}
.border-color {
border: 2px solid #5F0F3A;
}