#F83AFF
A light, vivid magenta closely aligning with Fuchsia.
About #F83AFF
At its core, #F83AFF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(248, 58, 255).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 3% cyan, 77% magenta, 0% yellow, and 0% 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#F83AFF
RGB248, 58, 255
HSL297.9°, 100.0%, 61.4%
CMYK3%, 77%, 0%, 0%
HSV297.9°, 77.3%, 100.0%
LAB61.8, 89.3, -58.5
XYZ58.3, 30.2, 97.4
Decimal16268031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83AFF;
}
.text-color {
color: #F83AFF;
}
.border-color {
border: 2px solid #F83AFF;
}