#6D0F5F
A dark, vivid magenta closely aligning with Purple.
About #6D0F5F
At its core, #6D0F5F is a dark and vivid hue. It is closely associated with the named CSS color Purple. Its digital footprint relies on 109 parts red, 15 parts green, and 95 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 86% magenta, 13% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#6D0F5F
RGB109, 15, 95
HSL308.9°, 75.8%, 24.3%
CMYK0%, 86%, 13%, 57%
HSV308.9°, 86.2%, 42.7%
LAB25.0, 47.2, -23.1
XYZ8.5, 4.4, 11.2
Decimal7147359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.15:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.65:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F5F;
}
.text-color {
color: #6D0F5F;
}
.border-color {
border: 2px solid #6D0F5F;
}