#F8BDF0
A very light, vivid magenta closely aligning with Plum.
About #F8BDF0
At its core, #F8BDF0 is a very light and vivid hue. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 248 red, 189 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 24% M, 3% Y, and 3% K. With a hue angle of 308.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8BDF0
RGB248, 189, 240
HSL308.1°, 80.8%, 85.7%
CMYK0%, 24%, 3%, 3%
HSV308.1°, 23.8%, 97.3%
LAB83.3, 29.3, -17.1
XYZ72.6, 62.6, 90.7
Decimal16301552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BDF0;
}
.text-color {
color: #F8BDF0;
}
.border-color {
border: 2px solid #F8BDF0;
}