#6D425F
A dark, muted magenta closely aligning with Dimgray.
About #6D425F
When working with digital screens, the color #6D425F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 109 red, 66 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 39% M, 13% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D425F
RGB109, 66, 95
HSL319.5°, 24.6%, 34.3%
CMYK0%, 39%, 13%, 57%
HSV319.5°, 39.4%, 42.7%
LAB33.9, 23.3, -9.3
XYZ10.3, 8.0, 11.8
Decimal7160415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.09:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.74:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D425F;
}
.text-color {
color: #6D425F;
}
.border-color {
border: 2px solid #6D425F;
}