#FFA8FF
A very light, vivid magenta closely aligning with Plum.
About #FFA8FF
The hex code #FFA8FF represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 255 red, 168 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 34% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#FFA8FF
RGB255, 168, 255
HSL300.0°, 100.0%, 82.9%
CMYK0%, 34%, 0%, 0%
HSV300.0°, 34.1%, 100.0%
LAB79.9, 45.2, -30.1
XYZ73.3, 56.5, 101.6
Decimal16754943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.30:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA8FF;
}
.text-color {
color: #FFA8FF;
}
.border-color {
border: 2px solid #FFA8FF;
}