#F892DB
A light, vivid magenta closely aligning with Plum.
About #F892DB
At its core, #F892DB is a light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 248 red, 146 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 41% magenta, 12% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F892DB
RGB248, 146, 219
HSL317.1°, 87.9%, 77.3%
CMYK0%, 41%, 12%, 3%
HSV317.1°, 41.1%, 97.3%
LAB73.3, 48.2, -20.7
XYZ61.8, 45.6, 72.6
Decimal16290523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.13:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F892DB;
}
.text-color {
color: #F892DB;
}
.border-color {
border: 2px solid #F892DB;
}