#F883F0
A light, vivid magenta closely aligning with Violet.
About #F883F0
The precise color #F883F0 is an excellent choice for modern design projects. Its closest recognized web color is Violet. This translates to an RGB value of rgb(248, 131, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 47% Magenta, 3% 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 light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F883F0
RGB248, 131, 240
HSL304.1°, 89.3%, 74.3%
CMYK0%, 47%, 3%, 3%
HSV304.1°, 47.2%, 97.3%
LAB71.2, 59.1, -35.5
XYZ62.6, 42.5, 87.3
Decimal16286704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.50:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F883F0;
}
.text-color {
color: #F883F0;
}
.border-color {
border: 2px solid #F883F0;
}