#FF42DB
A light, vivid magenta closely aligning with Fuchsia.
About #FF42DB
Visually, #FF42DB is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(255, 66, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 74% M, 14% Y, and 0% K. With a hue angle of 311.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#FF42DB
RGB255, 66, 219
HSL311.4°, 100.0%, 62.9%
CMYK0%, 74%, 14%, 0%
HSV311.4°, 74.1%, 100.0%
LAB61.9, 83.4, -38.3
XYZ56.0, 30.3, 69.9
Decimal16728795
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.05:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
6.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF42DB;
}
.text-color {
color: #FF42DB;
}
.border-color {
border: 2px solid #FF42DB;
}