#FF5FFF
A light, vivid magenta closely aligning with Fuchsia.
About #FF5FFF
When working with digital screens, the color #FF5FFF is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(255, 95, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 63% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF5FFF
RGB255, 95, 255
HSL300.0°, 100.0%, 68.6%
CMYK0%, 63%, 0%, 0%
HSV300.0°, 62.7%, 100.0%
LAB67.0, 79.0, -50.2
XYZ63.4, 36.7, 98.3
Decimal16736255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.33:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF5FFF;
}
.text-color {
color: #FF5FFF;
}
.border-color {
border: 2px solid #FF5FFF;
}