#F88399
A light, vivid red closely aligning with Palevioletred.
About #F88399
When working with digital screens, the color #F88399 is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 131, and 153.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 47% Magenta, 38% Yellow, and 3% Black. The HSL representation is 348.7° hue, 89.3% saturation, and 74.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F88399
RGB248, 131, 153
HSL348.7°, 89.3%, 74.3%
CMYK0%, 47%, 38%, 3%
HSV348.7°, 47.2%, 97.3%
LAB68.4, 46.7, 8.7
XYZ52.6, 38.5, 34.8
Decimal16286617
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.70:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88399;
}
.text-color {
color: #F88399;
}
.border-color {
border: 2px solid #F88399;
}