#FF006D
A medium, vivid magenta closely aligning with Deeppink.
About #FF006D
Visually, #FF006D is defined as a vivid magenta. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 255 red, 0 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 100% magenta, 57% yellow, and 0% black. With a hue angle of 334.4 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF006D
RGB255, 0, 109
HSL334.4°, 100.0%, 50.0%
CMYK0%, 100%, 57%, 0%
HSV334.4°, 100.0%, 100.0%
LAB54.4, 83.3, 14.8
XYZ44.0, 22.4, 16.5
Decimal16711789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF006D;
}
.text-color {
color: #FF006D;
}
.border-color {
border: 2px solid #FF006D;
}