#F85FFF
A light, vivid magenta closely aligning with Mediumorchid.
About #F85FFF
When working with digital screens, the color #F85FFF is rendered by mixing light. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(248, 95, 255).
If you are designing for print, the four-color process is what matters most. The color uses 3% Cyan, 63% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F85FFF
RGB248, 95, 255
HSL297.4°, 100.0%, 68.6%
CMYK3%, 63%, 0%, 0%
HSV297.4°, 62.7%, 100.0%
LAB66.0, 77.4, -51.8
XYZ60.9, 35.4, 98.2
Decimal16277503
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.07:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85FFF;
}
.text-color {
color: #F85FFF;
}
.border-color {
border: 2px solid #F85FFF;
}