#F81DC5
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F81DC5
At its core, #F81DC5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 248 parts red, 29 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 88% Magenta, 21% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F81DC5
RGB248, 29, 197
HSL314.0°, 94.0%, 54.3%
CMYK0%, 88%, 21%, 3%
HSV314.0°, 88.3%, 97.3%
LAB56.9, 87.1, -33.5
XYZ49.2, 24.9, 55.0
Decimal16260549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.97:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F81DC5;
}
.text-color {
color: #F81DC5;
}
.border-color {
border: 2px solid #F81DC5;
}