#F075E9
A light, vivid magenta closely aligning with Violet.
About #F075E9
Visually, #F075E9 is defined as a vivid magenta. It is closely associated with the named CSS color Violet. This translates to an RGB value of rgb(240, 117, 233).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 51% magenta inks. The HSL representation is 303.4° hue, 80.4% saturation, and 70.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F075E9
RGB240, 117, 233
HSL303.4°, 80.4%, 70.0%
CMYK0%, 51%, 3%, 6%
HSV303.4°, 51.3%, 94.1%
LAB67.4, 62.3, -37.7
XYZ57.0, 37.1, 81.3
Decimal15758825
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.43:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F075E9;
}
.text-color {
color: #F075E9;
}
.border-color {
border: 2px solid #F075E9;
}