#D38AA0
A light, moderate magenta closely aligning with Rosybrown.
About #D38AA0
Visually, #D38AA0 is defined as a moderate magenta. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(211, 138, 160).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 35% M, 24% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D38AA0
RGB211, 138, 160
HSL341.9°, 45.3%, 68.4%
CMYK0%, 35%, 24%, 17%
HSV341.9°, 34.6%, 82.7%
LAB65.4, 30.8, -0.1
XYZ42.3, 34.6, 37.7
Decimal13863584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38AA0;
}
.text-color {
color: #D38AA0;
}
.border-color {
border: 2px solid #D38AA0;
}