Skip to content

#e5a2ac

a light, vivid red · warm · closest name: Light Pink

RGB
229, 162, 172
HSL
351°, 56%, 77%
CMYK
0, 29, 25, 10
Luminance
0.4548

At a glance

Every number on this page in one read: what #e5a2ac is made of, how bright it looks, and which way it leans.

Hex
#e5a2ac
Hue
351°
red
Saturation
56%
vivid
Lightness
77%
light
Brightness
90%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4548
WCAG relative
Temperature
Warm
22/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
10.10:1
Closest name
Light Pink
ΔE2000 5.7
Where it sits
Hue351° of 360°
Saturation56%
Lightness77%
Temperature
Warm ← → Cool22% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#e5a2ac
RGBrgb(229, 162, 172)
HSLhsl(351, 56%, 77%)
CMYKcmyk(0%, 29%, 25%, 10%)
LABlab(73.2 26.2 4.8)
LCHlch(73.2 26.6 10.4)
OKLCHoklch(0.779 0.080 9.2)
Decimal15049388
Display P3color(display-p3 0.898 0.635 0.675)

Copy-ready code

/* CSS */
color: #e5a2ac;
background-color: #e5a2ac;
/* Tailwind (arbitrary) */
class="text-[#e5a2ac] bg-[#e5a2ac]"
/* SCSS */
$brand: #e5a2ac;
/* SwiftUI */
Color(red: 0.898, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#e5a2ac")
/* Flutter */
Color(0xFFE5A2AC)
/* Python / OpenCV (BGR) */
(172, 162, 229)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #e5a2ac · 10.10:1
Use #000000AAA at every size.
Aa
White text · 2.08:1
AA fail · AA large fail · AAA fail
Aa
Black text · 10.10:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #e5a2ac as text scores 2.08:1 on white and 10.10:1 on black.

Accessibility — WCAG contrast

Aa
#e5a2ac on white: 2.08:1
AA ✗ fail · AA-large · AAA
Aa
#e5a2ac on black: 10.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ACACAC
deuteranopia · #BCB8AB
tritanopia · #F19DA6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #e5a2ac is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBF4F5
#F6E9EB
#EECDD2
#e5a2ac
#DA7B8A
#CE5063
#BF354A
#9F2D3E
#802431
#5D1E27
#3A1218
Base = 300Lightest = 50 · #FBF4F5Darkest = 950 · #3A1218
:root {
  --brand-50: #FBF4F5;
  --brand-100: #F6E9EB;
  --brand-200: #EECDD2;
  --brand-300: #e5a2ac;
  --brand-400: #DA7B8A;
  --brand-500: #CE5063;
  --brand-600: #BF354A;
  --brand-700: #9F2D3E;
  --brand-800: #802431;
  --brand-900: #5D1E27;
  --brand-950: #3A1218;
  --brand: #e5a2ac;
  --brand-ink: #000000;
}

Colors that work with #e5a2ac

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF4F5
Tinted page background
Border#EDC0C6
Hairlines and dividers
Muted text#9B4B57
Captions on the surface
Accent#29A373
Second voice, not a rival
Dark variant#641C27
Hover, pressed, headers
Light variant#F9EBED
Selected rows, tints
Dark surface#241416
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #e5a2ac

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#A2E5DB
Analogous left#E5A2CE
Analogous right#E5BAA2
Split-complement 1#A2E5BA
Split-complement 2#A2CEE5
Triadic 1#ACE5A2
Triadic 2#A2ACE5
Tetradic#CEE5A2

RGB percentages

Red89.8%
Green63.5%
Blue67.5%

CMYK percentages

Cyan0.0%
Magenta29.3%
Yellow24.9%
Key (black)10.2%

Color previews

#e5a2ac text on a black background

contrast 10.10:1

Card sample

#e5a2ac text on a white background

contrast 2.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #e5a2ac;
Background color
Panel with #e5a2ac background
background-color: #e5a2ac;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #e5a2ac;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(229, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5a2ac;
background: linear-gradient(135deg, #e5a2ac, #E5C5A2);

Monochromatic scale

Palettes built from #e5a2ac

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#e5a2ac in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#e5a2ac, answered

What color is #e5a2ac?

#e5a2ac is a light vivid red, closest to Light Pink (ΔE2000 5.7). It sits at 351° on the hue wheel with 56% saturation and 77% lightness, which reads as warm.

What is the RGB value of #e5a2ac?

rgb(229, 162, 172) — 229 red, 162 green and 172 blue out of 255, or 89.8% / 63.5% / 67.5% by channel.

Is #e5a2ac a light or a dark color?

It is a mid-tone. Relative luminance is 0.4548 and perceived brightness is 73%, so black text on it reaches 10.10:1.

Should I use black or white text on #e5a2ac?

Black. It scores 10.10:1 against #e5a2ac, versus 2.08:1 for white — AAA at any size.

What is the complementary color of #e5a2ac?

#A2E5DB sits directly opposite on the wheel. Softer options are the split-complements #A2E5BA and #A2CEE5, which give the same contrast with far less vibration.

What colors go well with #e5a2ac?

For interface work: #FAF4F5 as the surface, #EDC0C6 for borders, #9B4B57 for secondary text, #29A373 as an accent and #641C27 for hover and pressed states. For a palette, the analogous pair #E5A2CE and #E5BAA2 stays calm, while #A2E5DB is the loudest partner.

What is #e5a2ac in CMYK for printing?

cmyk(0%, 29%, 25%, 10%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #e5a2ac warm or cool?

Warm — it scores 22 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E5B1A2; nudged cooler, #E6A1C5.

Work with #e5a2ac in the Color Lab