#FF0F57
A medium, vivid magenta closely aligning with Crimson.
About #FF0F57
The precise color #FF0F57 is an excellent choice for modern design projects. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 255 red, 15 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 94% magenta, 66% yellow, and 0% black. The HSL representation is 342.0° hue, 100.0% saturation, and 52.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF0F57
RGB255, 15, 87
HSL342.0°, 100.0%, 52.9%
CMYK0%, 94%, 66%, 0%
HSV342.0°, 94.1%, 100.0%
LAB54.3, 81.1, 28.0
XYZ43.1, 22.3, 11.0
Decimal16715607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0F57;
}
.text-color {
color: #FF0F57;
}
.border-color {
border: 2px solid #FF0F57;
}