#F899CC
A light, vivid magenta closely aligning with Plum.
About #F899CC
Visually, #F899CC is defined as a vivid magenta. It is closely associated with the named CSS color Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 153, and 204.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 38% magenta, 18% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F899CC
RGB248, 153, 204
HSL327.8°, 87.2%, 78.6%
CMYK0%, 38%, 18%, 3%
HSV327.8°, 38.3%, 97.3%
LAB74.3, 42.3, -11.1
XYZ61.0, 47.1, 63.0
Decimal16292300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.42:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F899CC;
}
.text-color {
color: #F899CC;
}
.border-color {
border: 2px solid #F899CC;
}