#FF83F0
A light, vivid magenta closely aligning with Violet.
About #FF83F0
When working with digital screens, the color #FF83F0 is rendered by mixing light. Its closest recognized web color is Violet. This translates to an RGB value of rgb(255, 131, 240).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 49% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF83F0
RGB255, 131, 240
HSL307.3°, 100.0%, 75.7%
CMYK0%, 49%, 6%, 0%
HSV307.3°, 48.6%, 100.0%
LAB72.1, 61.0, -34.0
XYZ65.1, 43.8, 87.5
Decimal16745456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.76:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF83F0;
}
.text-color {
color: #FF83F0;
}
.border-color {
border: 2px solid #FF83F0;
}