#DBAFC5
A light, moderate magenta closely aligning with Thistle.
About #DBAFC5
Visually, #DBAFC5 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(219, 175, 197).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 20% magenta, 10% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBAFC5
RGB219, 175, 197
HSL330.0°, 37.9%, 77.3%
CMYK0%, 20%, 10%, 14%
HSV330.0°, 20.1%, 85.9%
LAB75.9, 19.5, -5.1
XYZ54.6, 49.8, 59.5
Decimal14397381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.95:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAFC5;
}
.text-color {
color: #DBAFC5;
}
.border-color {
border: 2px solid #DBAFC5;
}