#F83AE9
A light, vivid magenta closely aligning with Fuchsia.
About #F83AE9
Visually, #F83AE9 is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(248, 58, 233).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 77% M, 6% Y, and 3% K. The HSL representation is 304.7° hue, 93.1% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F83AE9
RGB248, 58, 233
HSL304.7°, 93.1%, 60.0%
CMYK0%, 77%, 6%, 3%
HSV304.7°, 76.6%, 97.3%
LAB60.7, 86.0, -48.1
XYZ54.9, 28.9, 79.8
Decimal16268009
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.77:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83AE9;
}
.text-color {
color: #F83AE9;
}
.border-color {
border: 2px solid #F83AE9;
}