#FFA8D3
A very light, vivid magenta closely aligning with Plum.
About #FFA8D3
When working with digital screens, the color #FFA8D3 is rendered by mixing light. Its closest recognized web color is Plum. Its digital footprint relies on 255 parts red, 168 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 34% Magenta, 17% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFA8D3
RGB255, 168, 211
HSL330.3°, 100.0%, 82.9%
CMYK0%, 34%, 17%, 0%
HSV330.3°, 34.1%, 100.0%
LAB78.4, 37.9, -8.6
XYZ67.0, 54.0, 68.5
Decimal16754899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.79:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA8D3;
}
.text-color {
color: #FFA8D3;
}
.border-color {
border: 2px solid #FFA8D3;
}