#F883F8
A light, vivid magenta closely aligning with Violet.
About #F883F8
The hex code #F883F8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 131, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 47% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F883F8
RGB248, 131, 248
HSL300.0°, 89.3%, 74.3%
CMYK0%, 47%, 0%, 3%
HSV300.0°, 47.2%, 97.3%
LAB71.5, 60.4, -39.3
XYZ63.8, 43.0, 93.7
Decimal16286712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.59:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F883F8;
}
.text-color {
color: #F883F8;
}
.border-color {
border: 2px solid #F883F8;
}