#ea59ae
a balanced, electric magenta / pink · warm · closest name: Hot Pink
At a glance
Every number on this page in one read: what #ea59ae is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ea59ae |
| RGB | rgb(234, 89, 174) |
| HSL | hsl(325, 78%, 63%) |
| CMYK | cmyk(0%, 62%, 26%, 8%) |
| LAB | lab(59.6 64.2 -16.4) |
| LCH | lch(59.6 66.2 345.7) |
| OKLCH | oklch(0.678 0.199 347.5) |
| Decimal | 15358382 |
| Display P3 | color(display-p3 0.918 0.349 0.682) |
Copy-ready code
/* CSS */
color: #ea59ae;
background-color: #ea59ae;
/* Tailwind (arbitrary) */
class="text-[#ea59ae] bg-[#ea59ae]"
/* SCSS */
$brand: #ea59ae;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.682)
/* Android */
Color.parseColor("#ea59ae")
/* Flutter */
Color(0xFFEA59AE)
/* Python / OpenCV (BGR) */
(174, 89, 234)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ea59ae is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF3F8;
--brand-100: #F9E6F1;
--brand-200: #F4C7E2;
--brand-300: #F29BCE;
--brand-400: #ea59ae;
--brand-500: #E6389E;
--brand-600: #D91C8B;
--brand-700: #B51774;
--brand-800: #91125D;
--brand-900: #691245;
--brand-950: #420B2B;
--brand: #ea59ae;
--brand-ink: #000000;
}Colors that work with #ea59ae
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ea59ae
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #59EA95 | Directly opposite — maximum tension | |
| Analogous left | #DD59EA | Neighbour, quieter | |
| Analogous right | #EA5965 | Neighbour, quieter | |
| Split-complement 1 | #65EA59 | Contrast without the clash | |
| Split-complement 2 | #59EADD | Contrast without the clash | |
| Triadic 1 | #AEEA59 | Even thirds — balanced and loud | |
| Triadic 2 | #59AEEA | Even thirds — balanced and loud | |
| Tetradic | #EADD59 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ea59ae text on a black background
contrast 6.54:1
#ea59ae text on a white background
contrast 3.21:1
CSS3 live lab
The quick brown fox
color: #ea59ae;
background-color: #ea59ae;
Glowing headline
text-shadow: 2px 2px 8px #ea59ae;
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 174, 0.45);
box-shadow: 0 12px 32px -8px rgba(234, 89, 174, 0.45);
border: 3px solid #ea59ae; background: linear-gradient(135deg, #ea59ae, #EA6459);
Monochromatic scale
Palettes built from #ea59ae
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.
Closest color with a full write-up: Hot Pink (#ff69b4) — ΔE2000 5.5 away, with its history, psychology and brand usage.
#ea59ae in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#ea59ae, answered
What color is #ea59ae?
#ea59ae is a balanced electric magenta / pink, closest to Hot Pink (ΔE2000 5.5). It sits at 325° on the hue wheel with 78% saturation and 63% lightness, which reads as warm.
What is the RGB value of #ea59ae?
rgb(234, 89, 174) — 234 red, 89 green and 174 blue out of 255, or 91.8% / 34.9% / 68.2% by channel.
Is #ea59ae a light or a dark color?
It is a mid-tone. Relative luminance is 0.2769 and perceived brightness is 61%, so black text on it reaches 6.54:1.
Should I use black or white text on #ea59ae?
Black. It scores 6.54:1 against #ea59ae, versus 3.21:1 for white — AA at any size.
What is the complementary color of #ea59ae?
#59EA95 sits directly opposite on the wheel. Softer options are the split-complements #65EA59 and #59EADD, which give the same contrast with far less vibration.
What colors go well with #ea59ae?
For interface work: #FAF4F8 as the surface, #EDC0DA for borders, #9B4B7A for secondary text, #13B92E as an accent and #710E48 for hover and pressed states. For a palette, the analogous pair #DD59EA and #EA5965 stays calm, while #59EA95 is the loudest partner.
What is #ea59ae in CMYK for printing?
cmyk(0%, 62%, 26%, 8%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #ea59ae warm or cool?
Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EA5979; nudged cooler, #EC57E5.