#F099DB
A light, vivid magenta closely aligning with Plum.
About #F099DB
At its core, #F099DB is a light and vivid hue. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 153, and 219.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 36% M, 9% Y, and 6% K. The HSL representation is 314.5° hue, 74.4% saturation, and 77.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#F099DB
RGB240, 153, 219
HSL314.5°, 74.4%, 77.1%
CMYK0%, 36%, 9%, 6%
HSV314.5°, 36.2%, 94.1%
LAB73.8, 42.0, -20.0
XYZ60.1, 46.4, 72.8
Decimal15768027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.28:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F099DB;
}
.text-color {
color: #F099DB;
}
.border-color {
border: 2px solid #F099DB;
}