#D366B6
A light, moderate magenta closely aligning with Orchid.
About #D366B6
Visually, #D366B6 is defined as a moderate magenta. It is closely associated with the named CSS color Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 102, and 182.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 52% Magenta, 14% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#D366B6
RGB211, 102, 182
HSL316.0°, 55.3%, 61.4%
CMYK0%, 52%, 14%, 17%
HSV316.0°, 51.7%, 82.7%
LAB58.7, 52.8, -22.6
XYZ40.1, 26.7, 47.3
Decimal13854390
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.35:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D366B6;
}
.text-color {
color: #D366B6;
}
.border-color {
border: 2px solid #D366B6;
}