#F075F8
A light, vivid magenta closely aligning with Violet.
About #F075F8
The precise color #F075F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(240, 117, 248).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 3% C, 53% M, 0% Y, and 3% K. The HSL representation is 296.3° hue, 90.3% saturation, and 71.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F075F8
RGB240, 117, 248
HSL296.3°, 90.3%, 71.6%
CMYK3%, 53%, 0%, 3%
HSV296.3°, 52.8%, 97.3%
LAB68.0, 64.9, -44.9
XYZ59.2, 38.0, 93.0
Decimal15758840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.61:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F075F8;
}
.text-color {
color: #F075F8;
}
.border-color {
border: 2px solid #F075F8;
}