#FF3A5F
A light, vivid red closely aligning with Crimson.
About #FF3A5F
The precise color #FF3A5F is an excellent choice for modern design projects. Its closest recognized web color is Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 58, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 77% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF3A5F
RGB255, 58, 95
HSL348.7°, 100.0%, 61.4%
CMYK0%, 77%, 63%, 0%
HSV348.7°, 77.3%, 100.0%
LAB57.2, 73.7, 26.9
XYZ44.8, 25.1, 13.3
Decimal16726623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.49:1
Text on #FFFFFF
AA Large
6.02:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A5F;
}
.text-color {
color: #FF3A5F;
}
.border-color {
border: 2px solid #FF3A5F;
}