#D300DB
A medium, vivid magenta closely aligning with Fuchsia.
About #D300DB
The hex code #D300DB represents a beautifully specific shade of magenta. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 211 red, 0 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 4% C, 100% M, 0% Y, and 14% K. The HSL representation is 297.8° hue, 100.0% saturation, and 42.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#D300DB
RGB211, 0, 219
HSL297.8°, 100.0%, 42.9%
CMYK4%, 100%, 0%, 14%
HSV297.8°, 100.0%, 85.9%
LAB50.6, 86.3, -56.5
XYZ39.7, 19.0, 68.6
Decimal13828315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.79:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D300DB;
}
.text-color {
color: #D300DB;
}
.border-color {
border: 2px solid #D300DB;
}