#F092DB
A light, vivid magenta closely aligning with Plum.
About #F092DB
When working with digital screens, the color #F092DB is rendered by mixing light. It is closely associated with the named CSS color Plum. Its digital footprint relies on 240 parts red, 146 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 39% magenta, 9% yellow, and 6% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F092DB
RGB240, 146, 219
HSL313.4°, 75.8%, 75.7%
CMYK0%, 39%, 9%, 6%
HSV313.4°, 39.2%, 94.1%
LAB72.4, 45.7, -22.3
XYZ59.0, 44.2, 72.4
Decimal15766235
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: #F092DB;
}
.text-color {
color: #F092DB;
}
.border-color {
border: 2px solid #F092DB;
}