#F05FDB
A light, vivid magenta closely aligning with Orchid.
About #F05FDB
Visually, #F05FDB is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Orchid. Its digital footprint relies on 240 parts red, 95 parts green, and 219 parts blue light.
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 60% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F05FDB
RGB240, 95, 219
HSL308.7°, 82.9%, 65.7%
CMYK0%, 60%, 9%, 6%
HSV308.7°, 60.4%, 94.1%
LAB63.2, 69.7, -36.4
XYZ52.8, 31.8, 70.4
Decimal15753179
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05FDB;
}
.text-color {
color: #F05FDB;
}
.border-color {
border: 2px solid #F05FDB;
}