#F03AF8
A light, vivid magenta closely aligning with Fuchsia.
About #F03AF8
Visually, #F03AF8 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(240, 58, 248).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 3% cyan and 77% magenta inks. The HSL representation is 297.5° hue, 93.1% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F03AF8
RGB240, 58, 248
HSL297.5°, 93.1%, 60.0%
CMYK3%, 77%, 0%, 3%
HSV297.5°, 76.6%, 97.3%
LAB60.2, 86.7, -57.3
XYZ54.4, 28.3, 91.4
Decimal15743736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03AF8;
}
.text-color {
color: #F03AF8;
}
.border-color {
border: 2px solid #F03AF8;
}