#D300FF
A medium, vivid magenta closely aligning with Fuchsia.
About #D300FF
Visually, #D300FF is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(211, 0, 255).
Translating this color to physical media requires the CMYK color model. The color uses 17% Cyan, 100% Magenta, 0% Yellow, and 0% Black. With a hue angle of 289.6 degrees, it sits comfortably in the magenta spectrum.
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#D300FF
RGB211, 0, 255
HSL289.6°, 100.0%, 50.0%
CMYK17%, 100%, 0%, 0%
HSV289.6°, 100.0%, 100.0%
LAB53.0, 91.9, -73.0
XYZ44.9, 21.1, 96.3
Decimal13828351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D300FF;
}
.text-color {
color: #D300FF;
}
.border-color {
border: 2px solid #D300FF;
}