#FF66D3
A light, vivid magenta closely aligning with Orchid.
About #FF66D3
The hex code #FF66D3 represents a beautifully specific shade of magenta. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 102, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 60% magenta inks. With a hue angle of 317.3 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF66D3
RGB255, 102, 211
HSL317.3°, 100.0%, 70.0%
CMYK0%, 60%, 17%, 0%
HSV317.3°, 60.0%, 100.0%
LAB66.1, 69.6, -27.2
XYZ57.7, 35.5, 65.4
Decimal16738003
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.09:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF66D3;
}
.text-color {
color: #FF66D3;
}
.border-color {
border: 2px solid #FF66D3;
}