Skip to content

#eb0a7f

a balanced, electric magenta / pink · warm · closest name: Deep Pink

RGB
235, 10, 127
HSL
329°, 92%, 48%
CMYK
0, 96, 46, 8
Luminance
0.1941

At a glance

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

Hex
#eb0a7f
Hue
329°
magenta / pink
Saturation
92%
electric
Lightness
48%
balanced
Brightness
92%
HSV value
Perceived
53%
weighted brightness
Luminance
0.1941
WCAG relative
Temperature
Warm
34/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
4.88:1
Closest name
Deep Pink
ΔE2000 5
Where it sits
Hue329° of 360°
Saturation92%
Lightness48%
Temperature
Warm ← → Cool34% 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#eb0a7f
RGBrgb(235, 10, 127)
HSLhsl(329, 92%, 48%)
CMYKcmyk(0%, 96%, 46%, 8%)
LABlab(51.2 79.5 -1.2)
LCHlch(51.2 79.5 359.1)
OKLCHoklch(0.611 0.245 359.5)
Decimal15403647
Display P3color(display-p3 0.922 0.039 0.498)

Copy-ready code

/* CSS */
color: #eb0a7f;
background-color: #eb0a7f;
/* Tailwind (arbitrary) */
class="text-[#eb0a7f] bg-[#eb0a7f]"
/* SCSS */
$brand: #eb0a7f;
/* SwiftUI */
Color(red: 0.922, green: 0.039, blue: 0.498)
/* Android */
Color.parseColor("#eb0a7f")
/* Flutter */
Color(0xFFEB0A7F)
/* Python / OpenCV (BGR) */
(127, 10, 235)

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 #eb0a7f · 4.88:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 4.30:1
AA fail · AA large pass · AAA fail
Aa
Black text · 4.88:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #eb0a7f as text scores 4.30:1 on white and 4.88:1 on black.

Accessibility — WCAG contrast

Aa
#eb0a7f on white: 4.30:1
AA ✗ fail · AA-large · AAA
Aa
#eb0a7f on black: 4.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #536181
deuteranopia · #8B887A
tritanopia · #FF004B

Color scale — 50 to 950

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

#FDF2F8
#FBE4F0
#F9C3DF
#FA93C9
#F85EAE
#F62893
#eb0a7f
#C4086A
#9D0755
#710A3F
#470628
Base = 600Lightest = 50 · #FDF2F8Darkest = 950 · #470628
:root {
  --brand-50: #FDF2F8;
  --brand-100: #FBE4F0;
  --brand-200: #F9C3DF;
  --brand-300: #FA93C9;
  --brand-400: #F85EAE;
  --brand-500: #F62893;
  --brand-600: #eb0a7f;
  --brand-700: #C4086A;
  --brand-800: #9D0755;
  --brand-900: #710A3F;
  --brand-950: #470628;
  --brand: #eb0a7f;
  --brand-ink: #000000;
}

Colors that work with #eb0a7f

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#FAF4F7
Tinted page background
Border#EDC0D7
Hairlines and dividers
Muted text#9B4B74
Captions on the surface
Accent#04C831
Second voice, not a rival
Dark variant#7A0542
Hover, pressed, headers
Light variant#FEE7F3
Selected rows, tints
Dark surface#24141C
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 #eb0a7f

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

Works well for
  • 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
Use with care
  • 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#0AEB76
Analogous left#E60AEB
Analogous right#EB0A0F
Split-complement 1#0FEB0A
Split-complement 2#0AEBE6
Triadic 1#7FEB0A
Triadic 2#0A7FEB
Tetradic#EBE60A

RGB percentages

Red92.2%
Green3.9%
Blue49.8%

CMYK percentages

Cyan0.0%
Magenta95.7%
Yellow46.0%
Key (black)7.8%

Color previews

#eb0a7f text on a black background

contrast 4.88:1

Card sample

#eb0a7f text on a white background

contrast 4.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(235, 10, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 10, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0a7f;
background: linear-gradient(135deg, #eb0a7f, #EB2B0A);

Monochromatic scale

Palettes built from #eb0a7f

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.

#eb0a7f in the real world

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

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#eb0a7f, answered

What color is #eb0a7f?

#eb0a7f is a balanced electric magenta / pink, closest to Deep Pink (ΔE2000 5). It sits at 329° on the hue wheel with 92% saturation and 48% lightness, which reads as warm.

What is the RGB value of #eb0a7f?

rgb(235, 10, 127) — 235 red, 10 green and 127 blue out of 255, or 92.2% / 3.9% / 49.8% by channel.

Is #eb0a7f a light or a dark color?

It is a mid-tone. Relative luminance is 0.1941 and perceived brightness is 53%, so black text on it reaches 4.88:1.

Should I use black or white text on #eb0a7f?

Black. It scores 4.88:1 against #eb0a7f, versus 4.30:1 for white — AA at any size.

What is the complementary color of #eb0a7f?

#0AEB76 sits directly opposite on the wheel. Softer options are the split-complements #0FEB0A and #0AEBE6, which give the same contrast with far less vibration.

What colors go well with #eb0a7f?

For interface work: #FAF4F7 as the surface, #EDC0D7 for borders, #9B4B74 for secondary text, #04C831 as an accent and #7A0542 for hover and pressed states. For a palette, the analogous pair #E60AEB and #EB0A0F stays calm, while #0AEB76 is the loudest partner.

What is #eb0a7f in CMYK for printing?

cmyk(0%, 96%, 46%, 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 #eb0a7f warm or cool?

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

Work with #eb0a7f in the Color Lab