#FF2CE9
A medium, vivid magenta closely aligning with Fuchsia.
About #FF2CE9
At its core, #FF2CE9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. Its digital footprint relies on 255 parts red, 44 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 83% magenta, 9% yellow, and 0% black. The HSL representation is 306.3° hue, 100.0% saturation, and 58.6% lightness.
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#FF2CE9
RGB255, 44, 233
HSL306.3°, 100.0%, 58.6%
CMYK0%, 83%, 9%, 0%
HSV306.3°, 82.7%, 100.0%
LAB60.7, 90.5, -47.9
XYZ56.8, 28.9, 79.7
Decimal16723177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.79:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2CE9;
}
.text-color {
color: #FF2CE9;
}
.border-color {
border: 2px solid #FF2CE9;
}