#FF5FDB
A light, vivid magenta closely aligning with Violet.
About #FF5FDB
Visually, #FF5FDB is defined as a vivid magenta. Designers often compare it to the standard color Violet. In the RGB color space, it consists of 255 red, 95 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 63% Magenta, 14% Yellow, and 0% Black. The HSL representation is 313.5° hue, 100.0% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF5FDB
RGB255, 95, 219
HSL313.5°, 100.0%, 68.6%
CMYK0%, 63%, 14%, 0%
HSV313.5°, 62.7%, 100.0%
LAB65.4, 73.5, -32.8
XYZ58.1, 34.6, 70.6
Decimal16736219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5FDB;
}
.text-color {
color: #FF5FDB;
}
.border-color {
border: 2px solid #FF5FDB;
}