#F8BDFF
A very light, vivid magenta closely aligning with Plum.
About #F8BDFF
At its core, #F8BDFF is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(248, 189, 255).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 3% cyan, 26% magenta, 0% yellow, and 0% black. The HSL representation is 293.6° hue, 100.0% saturation, and 87.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F8BDFF
RGB248, 189, 255
HSL293.6°, 100.0%, 87.1%
CMYK3%, 26%, 0%, 0%
HSV293.6°, 25.9%, 100.0%
LAB83.7, 32.0, -24.3
XYZ75.0, 63.6, 102.9
Decimal16301567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BDFF;
}
.text-color {
color: #F8BDFF;
}
.border-color {
border: 2px solid #F8BDFF;
}