#F899DB
A light, vivid magenta closely aligning with Plum.
About #F899DB
At its core, #F899DB is a light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 153, and 219.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 38% Magenta, 12% Yellow, and 3% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F899DB
RGB248, 153, 219
HSL318.3°, 87.2%, 78.6%
CMYK0%, 38%, 12%, 3%
HSV318.3°, 38.3%, 97.3%
LAB74.7, 44.6, -18.6
XYZ62.9, 47.9, 72.9
Decimal16292315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.57:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F899DB;
}
.text-color {
color: #F899DB;
}
.border-color {
border: 2px solid #F899DB;
}