#E283A8
A light, moderate magenta closely aligning with Palevioletred.
About #E283A8
At its core, #E283A8 is a light and moderate hue. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(226, 131, 168).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 42% Magenta, 26% Yellow, and 11% Black. With a hue angle of 336.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E283A8
RGB226, 131, 168
HSL336.6°, 62.1%, 70.0%
CMYK0%, 42%, 26%, 11%
HSV336.6°, 42.0%, 88.6%
LAB65.9, 41.0, -3.6
XYZ46.5, 35.2, 41.4
Decimal14844840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E283A8;
}
.text-color {
color: #E283A8;
}
.border-color {
border: 2px solid #E283A8;
}