#E266CC
A light, moderate magenta closely aligning with Orchid.
About #E266CC
The precise color #E266CC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 102, and 204.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 55% magenta inks. The HSL representation is 310.6° hue, 68.1% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E266CC
RGB226, 102, 204
HSL310.6°, 68.1%, 64.3%
CMYK0%, 55%, 10%, 11%
HSV310.6°, 54.9%, 88.6%
LAB61.7, 60.6, -30.4
XYZ47.0, 30.0, 60.4
Decimal14837452
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
FAIL
7.01:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E266CC;
}
.text-color {
color: #E266CC;
}
.border-color {
border: 2px solid #E266CC;
}