#FF3AE2
A light, vivid magenta closely aligning with Fuchsia.
About #FF3AE2
Visually, #FF3AE2 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 58, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 77% M, 11% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF3AE2
RGB255, 58, 226
HSL308.8°, 100.0%, 61.4%
CMYK0%, 77%, 11%, 0%
HSV308.8°, 77.3%, 100.0%
LAB61.5, 86.5, -42.9
XYZ56.5, 29.8, 74.7
Decimal16726754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.96: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: #FF3AE2;
}
.text-color {
color: #FF3AE2;
}
.border-color {
border: 2px solid #FF3AE2;
}