#FF2CDB
A medium, vivid magenta closely aligning with Fuchsia.
About #FF2CDB
At its core, #FF2CDB is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. Its digital footprint relies on 255 parts red, 44 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 83% Magenta, 14% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF2CDB
RGB255, 44, 219
HSL310.2°, 100.0%, 58.6%
CMYK0%, 83%, 14%, 0%
HSV310.2°, 82.7%, 100.0%
LAB60.0, 88.7, -41.1
XYZ54.9, 28.2, 69.6
Decimal16723163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2CDB;
}
.text-color {
color: #FF2CDB;
}
.border-color {
border: 2px solid #FF2CDB;
}