#FFC5F8
A very light, vivid magenta closely aligning with Plum.
About #FFC5F8
The hex code #FFC5F8 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Plum. In the RGB color space, it consists of 255 red, 197 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 23% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFC5F8
RGB255, 197, 248
HSL307.2°, 100.0%, 88.6%
CMYK0%, 23%, 3%, 0%
HSV307.2°, 22.7%, 100.0%
LAB86.0, 28.8, -17.1
XYZ78.1, 68.0, 97.8
Decimal16762360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.59:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFC5F8;
}
.text-color {
color: #FFC5F8;
}
.border-color {
border: 2px solid #FFC5F8;
}