#D383DB
A light, moderate magenta closely aligning with Orchid.
About #D383DB
Visually, #D383DB is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(211, 131, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 4% cyan and 40% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D383DB
RGB211, 131, 219
HSL294.5°, 55.0%, 68.6%
CMYK4%, 40%, 0%, 14%
HSV294.5°, 40.2%, 85.9%
LAB65.9, 44.5, -32.5
XYZ47.8, 35.2, 71.3
Decimal13861851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.04:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D383DB;
}
.text-color {
color: #D383DB;
}
.border-color {
border: 2px solid #D383DB;
}