#FF3AD3
A light, vivid magenta closely aligning with Fuchsia.
About #FF3AD3
The precise color #FF3AD3 is an excellent choice for modern design projects. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 255 red, 58 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 77% Magenta, 17% Yellow, and 0% Black. The HSL representation is 313.4° hue, 100.0% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF3AD3
RGB255, 58, 211
HSL313.4°, 100.0%, 61.4%
CMYK0%, 77%, 17%, 0%
HSV313.4°, 77.3%, 100.0%
LAB60.8, 84.5, -35.5
XYZ54.5, 29.0, 64.4
Decimal16726739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.80:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3AD3;
}
.text-color {
color: #FF3AD3;
}
.border-color {
border: 2px solid #FF3AD3;
}