#F83AF8
A light, vivid magenta closely aligning with Fuchsia.
About #F83AF8
The hex code #F83AF8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 248 red, 58 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 77% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F83AF8
RGB248, 58, 248
HSL300.0°, 93.1%, 60.0%
CMYK0%, 77%, 0%, 3%
HSV300.0°, 76.6%, 97.3%
LAB61.4, 88.2, -55.2
XYZ57.2, 29.8, 91.5
Decimal16268024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.95:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83AF8;
}
.text-color {
color: #F83AF8;
}
.border-color {
border: 2px solid #F83AF8;
}