#FF75F0
A light, vivid magenta closely aligning with Violet.
About #FF75F0
The hex code #FF75F0 represents a beautifully specific shade of magenta. Its closest recognized web color is Violet. In the RGB color space, it consists of 255 red, 117 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 54% Magenta, 6% Yellow, and 0% Black. With a hue angle of 306.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF75F0
RGB255, 117, 240
HSL306.5°, 100.0%, 72.9%
CMYK0%, 54%, 6%, 0%
HSV306.5°, 54.1%, 100.0%
LAB69.7, 67.5, -37.8
XYZ63.3, 40.3, 86.9
Decimal16741872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF75F0;
}
.text-color {
color: #FF75F0;
}
.border-color {
border: 2px solid #FF75F0;
}