#FF83FF
A light, vivid magenta closely aligning with Violet.
About #FF83FF
At its core, #FF83FF is a light and vivid hue. Its closest recognized web color is Violet. In the RGB color space, it consists of 255 red, 131 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 49% M, 0% Y, and 0% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF83FF
RGB255, 131, 255
HSL300.0°, 100.0%, 75.7%
CMYK0%, 49%, 0%, 0%
HSV300.0°, 48.6%, 100.0%
LAB72.7, 63.5, -41.3
XYZ67.4, 44.7, 99.7
Decimal16745471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF83FF;
}
.text-color {
color: #FF83FF;
}
.border-color {
border: 2px solid #FF83FF;
}