#F892BD
A light, vivid magenta closely aligning with Palevioletred.
About #F892BD
Visually, #F892BD is defined as a vivid magenta. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 248 red, 146 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 41% magenta, 24% yellow, and 3% black. The HSL representation is 334.7° hue, 87.9% saturation, and 77.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F892BD
RGB248, 146, 189
HSL334.7°, 87.9%, 77.3%
CMYK0%, 41%, 24%, 3%
HSV334.7°, 41.1%, 97.3%
LAB72.4, 43.7, -5.6
XYZ58.2, 44.2, 53.6
Decimal16290493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.84:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F892BD;
}
.text-color {
color: #F892BD;
}
.border-color {
border: 2px solid #F892BD;
}