#FF3AB6
A light, vivid magenta closely aligning with Deeppink.
About #FF3AB6
Visually, #FF3AB6 is defined as a vivid magenta. Designers often compare it to the standard color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 58, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 77% Magenta, 29% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#FF3AB6
RGB255, 58, 182
HSL322.2°, 100.0%, 61.4%
CMYK0%, 77%, 29%, 0%
HSV322.2°, 77.3%, 100.0%
LAB59.6, 81.0, -20.7
XYZ51.2, 27.7, 46.9
Decimal16726710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.53:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3AB6;
}
.text-color {
color: #FF3AB6;
}
.border-color {
border: 2px solid #FF3AB6;
}