#F075DB
A light, vivid magenta closely aligning with Orchid.
About #F075DB
The hex code #F075DB represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(240, 117, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 51% magenta inks. The HSL representation is 310.2° hue, 80.4% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F075DB
RGB240, 117, 219
HSL310.2°, 80.4%, 70.0%
CMYK0%, 51%, 9%, 6%
HSV310.2°, 51.3%, 94.1%
LAB66.8, 60.0, -30.8
XYZ55.1, 36.4, 71.1
Decimal15758811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.27:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F075DB;
}
.text-color {
color: #F075DB;
}
.border-color {
border: 2px solid #F075DB;
}