#F0A0D3
A light, vivid magenta closely aligning with Plum.
About #F0A0D3
At its core, #F0A0D3 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(240, 160, 211).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 33% magenta, 12% yellow, and 6% black. The HSL representation is 321.8° hue, 72.7% saturation, and 78.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#F0A0D3
RGB240, 160, 211
HSL321.8°, 72.7%, 78.4%
CMYK0%, 33%, 12%, 6%
HSV321.8°, 33.3%, 94.1%
LAB75.1, 37.1, -13.8
XYZ60.3, 48.4, 67.8
Decimal15769811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.67:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A0D3;
}
.text-color {
color: #F0A0D3;
}
.border-color {
border: 2px solid #F0A0D3;
}