#F81DB6
A medium, vivid magenta closely aligning with Deeppink.
About #F81DB6
Visually, #F81DB6 is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 248 red, 29 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 88% magenta, 27% yellow, and 3% black. The HSL representation is 318.1° hue, 94.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F81DB6
RGB248, 29, 182
HSL318.1°, 94.0%, 54.3%
CMYK0%, 88%, 27%, 3%
HSV318.1°, 88.3%, 97.3%
LAB56.3, 85.4, -25.9
XYZ47.6, 24.2, 46.4
Decimal16260534
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F81DB6;
}
.text-color {
color: #F81DB6;
}
.border-color {
border: 2px solid #F81DB6;
}