#D3668A
A light, moderate magenta closely aligning with Palevioletred.
About #D3668A
Visually, #D3668A is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 211 red, 102 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 52% magenta, 35% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3668A
RGB211, 102, 138
HSL340.2°, 55.3%, 61.4%
CMYK0%, 52%, 35%, 17%
HSV340.2°, 51.7%, 82.7%
LAB57.3, 46.7, 0.7
XYZ36.2, 25.2, 27.0
Decimal13854346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3668A;
}
.text-color {
color: #D3668A;
}
.border-color {
border: 2px solid #D3668A;
}