#FF0F66
A medium, vivid magenta closely aligning with Crimson.
About #FF0F66
Visually, #FF0F66 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, 15, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 94% M, 60% Y, and 0% K. The HSL representation is 338.2° hue, 100.0% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF0F66
RGB255, 15, 102
HSL338.2°, 100.0%, 52.9%
CMYK0%, 94%, 60%, 0%
HSV338.2°, 94.1%, 100.0%
LAB54.6, 81.8, 19.3
XYZ43.8, 22.6, 14.6
Decimal16715622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.51:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0F66;
}
.text-color {
color: #FF0F66;
}
.border-color {
border: 2px solid #FF0F66;
}