#FF0F6D
A medium, vivid magenta closely aligning with Deeppink.
About #FF0F6D
Visually, #FF0F6D is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 255 red, 15 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 94% M, 57% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#FF0F6D
RGB255, 15, 109
HSL336.5°, 100.0%, 52.9%
CMYK0%, 94%, 57%, 0%
HSV336.5°, 94.1%, 100.0%
LAB54.8, 82.3, 15.3
XYZ44.2, 22.7, 16.5
Decimal16715629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0F6D;
}
.text-color {
color: #FF0F6D;
}
.border-color {
border: 2px solid #FF0F6D;
}