#E96384 color
#E96384 is a light, vivid red, closest to the CSS named color palevioletred (#DB7093).
Color values
| HEX | #E96384 |
| RGB | rgb(233, 99, 132) |
| HSL | hsl(345, 75%, 65%) |
| CMYK | cmyk(0%, 58%, 43%, 9%) |
| Decimal | 15295364 |
| CSS | color: #E96384; |
| Android | 0xFFE96384 |
| Swift | UIColor(red: 0.914, green: 0.388, blue: 0.518, alpha: 1) |
Accessibility and contrast
| White text on #E96384 | 3.19:1 — AA fail · AA large pass · AAA fail |
| Black text on #E96384 | 6.58:1 — AA pass · AA large pass · AAA fail |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #E96384
Each swatch keeps the hue and saturation of #E96384 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #E96384
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #E96384 in code
/* CSS */
.element { color: #E96384; background-color: #E96384; }
.element { color: rgb(233 99 132); }
.element { color: hsl(345 75% 65%); }
/* Tailwind arbitrary value */
<div class="bg-[#E96384] text-black">
/* SCSS variable */
$brand: #E96384;
Frequently asked questions
What color is #E96384?
#E96384 is a light, vivid red. Its hue sits at 345° on the color wheel, with 75% saturation and 65% lightness.
What is #E96384 in RGB?
#E96384 converts to rgb(233, 99, 132) — 233 red, 99 green and 132 blue.
What is #E96384 in CMYK?
Approximately cmyk(0%, 58%, 43%, 9%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #E96384 be white or black?
Black gives the better contrast ratio (6.58:1 versus 3.19:1).
What is the complementary color of #E96384?
#63E9C7 — the hue directly opposite #E96384 on the color wheel.