#FF00B6
A medium, vivid magenta closely aligning with Deeppink.
About #FF00B6
The precise color #FF00B6 is an excellent choice for modern design projects. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 0, and 182.
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 100% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF00B6
RGB255, 0, 182
HSL317.2°, 100.0%, 50.0%
CMYK0%, 100%, 29%, 0%
HSV317.2°, 100.0%, 100.0%
LAB56.7, 89.3, -25.1
XYZ49.7, 24.6, 46.4
Decimal16711862
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.93:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00B6;
}
.text-color {
color: #FF00B6;
}
.border-color {
border: 2px solid #FF00B6;
}