#FF00BD
A medium, vivid magenta closely aligning with Deeppink.
About #FF00BD
At its core, #FF00BD is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 255 parts red, 0 parts green, and 189 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 26% Y, and 0% K. With a hue angle of 315.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF00BD
RGB255, 0, 189
HSL315.5°, 100.0%, 50.0%
CMYK0%, 100%, 26%, 0%
HSV315.5°, 100.0%, 100.0%
LAB57.0, 90.1, -28.7
XYZ50.4, 24.9, 50.3
Decimal16711869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00BD;
}
.text-color {
color: #FF00BD;
}
.border-color {
border: 2px solid #FF00BD;
}