#F05FF0
A light, vivid magenta closely aligning with Mediumorchid.
About #F05FF0
Visually, #F05FF0 is defined as a vivid magenta. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 95, and 240.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 60% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F05FF0
RGB240, 95, 240
HSL300.0°, 82.9%, 65.7%
CMYK0%, 60%, 0%, 6%
HSV300.0°, 60.4%, 94.1%
LAB64.2, 73.0, -46.6
XYZ55.8, 33.0, 85.9
Decimal15753200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.60:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05FF0;
}
.text-color {
color: #F05FF0;
}
.border-color {
border: 2px solid #F05FF0;
}