#FFA0DB
A very light, vivid magenta closely aligning with Plum.
About #FFA0DB
The precise color #FFA0DB is an excellent choice for modern design projects. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 160, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 37% Magenta, 14% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFA0DB
RGB255, 160, 219
HSL322.7°, 100.0%, 81.4%
CMYK0%, 37%, 14%, 0%
HSV322.7°, 37.3%, 100.0%
LAB77.0, 43.3, -15.1
XYZ66.6, 51.5, 73.5
Decimal16752859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.30:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA0DB;
}
.text-color {
color: #FFA0DB;
}
.border-color {
border: 2px solid #FFA0DB;
}