#FF3A75
A light, vivid magenta closely aligning with Crimson.
About #FF3A75
Visually, #FF3A75 is defined as a vivid magenta. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(255, 58, 117).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 77% Magenta, 54% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#FF3A75
RGB255, 58, 117
HSL342.0°, 100.0%, 61.4%
CMYK0%, 77%, 54%, 0%
HSV342.0°, 77.3%, 100.0%
LAB57.6, 75.1, 14.5
XYZ46.0, 25.6, 19.3
Decimal16726645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A75;
}
.text-color {
color: #FF3A75;
}
.border-color {
border: 2px solid #FF3A75;
}