#FE15D4
A medium, vivid magenta closely aligning with Fuchsia.
About #FE15D4
Visually, #FE15D4 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(254, 21, 212).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. The HSL representation is 310.8° hue, 99.1% saturation, and 53.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FE15D4
RGB254, 21, 212
HSL310.8°, 99.1%, 53.9%
CMYK0%, 92%, 17%, 0%
HSV310.8°, 91.7%, 99.6%
LAB58.4, 91.0, -39.8
XYZ53.0, 26.4, 64.6
Decimal16651732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.27:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FE15D4;
}
.text-color {
color: #FE15D4;
}
.border-color {
border: 2px solid #FE15D4;
}