#F05FD3
A light, vivid magenta closely aligning with Orchid.
About #F05FD3
Visually, #F05FD3 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 240 red, 95 green, and 211 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, 60% M, 12% Y, and 6% K. 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. 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#F05FD3
RGB240, 95, 211
HSL312.0°, 82.9%, 65.7%
CMYK0%, 60%, 12%, 6%
HSV312.0°, 60.4%, 94.1%
LAB62.9, 68.5, -32.4
XYZ51.8, 31.4, 65.0
Decimal15753171
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.28:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05FD3;
}
.text-color {
color: #F05FD3;
}
.border-color {
border: 2px solid #F05FD3;
}