#FF75DB
A light, vivid magenta closely aligning with Violet.
About #FF75DB
At its core, #FF75DB is a light and vivid hue. Its closest recognized web color is Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 117, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 54% Magenta, 14% Yellow, and 0% Black. With a hue angle of 315.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF75DB
RGB255, 117, 219
HSL315.7°, 100.0%, 72.9%
CMYK0%, 54%, 14%, 0%
HSV315.7°, 54.1%, 100.0%
LAB68.8, 64.2, -27.5
XYZ60.4, 39.1, 71.4
Decimal16741851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.82:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF75DB;
}
.text-color {
color: #FF75DB;
}
.border-color {
border: 2px solid #FF75DB;
}