#D300C5
A medium, vivid magenta closely aligning with Darkorchid.
About #D300C5
The hex code #D300C5 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 211 parts red, 0 parts green, and 197 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 7% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D300C5
RGB211, 0, 197
HSL304.0°, 100.0%, 41.4%
CMYK0%, 100%, 7%, 17%
HSV304.0°, 100.0%, 82.7%
LAB49.4, 83.2, -46.0
XYZ36.9, 17.9, 54.3
Decimal13828293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.59:1
Text on #FFFFFF
AA
4.58:1
Text on #000000
AA
4.39:1
Text on #F8FAFC
AA Large
3.89:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D300C5;
}
.text-color {
color: #D300C5;
}
.border-color {
border: 2px solid #D300C5;
}