#FF24CC
A medium, vivid magenta closely aligning with Fuchsia.
About #FF24CC
At its core, #FF24CC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 255 red, 36 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 86% M, 20% Y, and 0% K. With a hue angle of 314.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF24CC
RGB255, 36, 204
HSL314.0°, 100.0%, 57.1%
CMYK0%, 86%, 20%, 0%
HSV314.0°, 85.9%, 100.0%
LAB58.9, 88.3, -34.5
XYZ52.8, 26.9, 59.5
Decimal16721100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF24CC;
}
.text-color {
color: #FF24CC;
}
.border-color {
border: 2px solid #FF24CC;
}