#F82CC5
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F82CC5
Visually, #F82CC5 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(248, 44, 197).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 82% M, 21% Y, and 3% K. The HSL representation is 315.0° hue, 93.6% saturation, and 57.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F82CC5
RGB248, 44, 197
HSL315.0°, 93.6%, 57.3%
CMYK0%, 82%, 21%, 3%
HSV315.0°, 82.3%, 97.3%
LAB57.8, 84.5, -32.2
XYZ49.7, 25.8, 55.2
Decimal16264389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82CC5;
}
.text-color {
color: #F82CC5;
}
.border-color {
border: 2px solid #F82CC5;
}