#5F0F6D
A dark, vivid magenta closely aligning with Purple.
About #5F0F6D
When working with digital screens, the color #5F0F6D is rendered by mixing light. Designers often compare it to the standard color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 15, and 109.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 13% C, 86% M, 0% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F0F6D
RGB95, 15, 109
HSL291.1°, 75.8%, 24.3%
CMYK13%, 86%, 0%, 57%
HSV291.1°, 86.2%, 42.7%
LAB23.3, 46.6, -35.2
XYZ7.7, 3.9, 14.8
Decimal6229869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.83:1
Text on #FFFFFF
AAA
1.78:1
Text on #000000
FAIL
11.30:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0F6D;
}
.text-color {
color: #5F0F6D;
}
.border-color {
border: 2px solid #5F0F6D;
}