#FF24E2
A medium, vivid magenta closely aligning with Fuchsia.
About #FF24E2
The hex code #FF24E2 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(255, 36, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 86% magenta, 11% yellow, and 0% black. The HSL representation is 307.9° hue, 100.0% saturation, and 57.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#FF24E2
RGB255, 36, 226
HSL307.9°, 100.0%, 57.1%
CMYK0%, 86%, 11%, 0%
HSV307.9°, 85.9%, 100.0%
LAB59.9, 91.0, -45.3
XYZ55.6, 28.0, 74.4
Decimal16721122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.60:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF24E2;
}
.text-color {
color: #FF24E2;
}
.border-color {
border: 2px solid #FF24E2;
}