#FF92DB
A light, vivid magenta closely aligning with Plum.
About #FF92DB
When working with digital screens, the color #FF92DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 255 red, 146 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 43% Magenta, 14% Yellow, and 0% Black. The HSL representation is 319.8° hue, 100.0% saturation, and 78.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF92DB
RGB255, 146, 219
HSL319.8°, 100.0%, 78.6%
CMYK0%, 43%, 14%, 0%
HSV319.8°, 42.7%, 100.0%
LAB74.1, 50.4, -19.4
XYZ64.3, 46.9, 72.7
Decimal16749275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF92DB;
}
.text-color {
color: #FF92DB;
}
.border-color {
border: 2px solid #FF92DB;
}