#FF33FF
A light, vivid magenta closely aligning with Fuchsia.
About #FF33FF
The precise color #FF33FF is an excellent choice for modern design projects. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 255 red, 51 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 80% magenta inks. The HSL representation is 300.0° hue, 100.0% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF33FF
RGB255, 51, 255
HSL300.0°, 100.0%, 60.0%
CMYK0%, 80%, 0%, 0%
HSV300.0°, 80.0%, 100.0%
LAB62.4, 92.2, -57.6
XYZ60.5, 30.8, 97.4
Decimal16724991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF33FF;
}
.text-color {
color: #FF33FF;
}
.border-color {
border: 2px solid #FF33FF;
}