#F05FC5
A light, vivid magenta closely aligning with Orchid.
About #F05FC5
At its core, #F05FC5 is a light and vivid hue. Its closest recognized web color is Orchid. This translates to an RGB value of rgb(240, 95, 197).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 60% magenta inks. The HSL representation is 317.8° hue, 82.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F05FC5
RGB240, 95, 197
HSL317.8°, 82.9%, 65.7%
CMYK0%, 60%, 18%, 6%
HSV317.8°, 60.4%, 94.1%
LAB62.3, 66.5, -25.4
XYZ50.1, 30.7, 56.1
Decimal15753157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05FC5;
}
.text-color {
color: #F05FC5;
}
.border-color {
border: 2px solid #F05FC5;
}