Skip to content

#eb0f6b

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

RGB
235, 15, 107
HSL
335°, 88%, 49%
CMYK
0, 94, 55, 8
Luminance
0.1907

At a glance

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

Hex
#eb0f6b
Hue
335°
magenta / pink
Saturation
88%
electric
Lightness
49%
balanced
Brightness
92%
HSV value
Perceived
53%
weighted brightness
Luminance
0.1907
WCAG relative
Temperature
Warm
31/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
4.81:1
Closest name
Deep Pink
ΔE2000 8.2
Where it sits
Hue335° of 360°
Saturation88%
Lightness49%
Temperature
Warm ← → Cool31% 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#eb0f6b
RGBrgb(235, 15, 107)
HSLhsl(335, 88%, 49%)
CMYKcmyk(0%, 94%, 55%, 8%)
LABlab(50.8 77.6 10.4)
LCHlch(50.8 78.3 7.6)
OKLCHoklch(0.607 0.239 6.4)
Decimal15404907
Display P3color(display-p3 0.922 0.059 0.420)

Copy-ready code

/* CSS */
color: #eb0f6b;
background-color: #eb0f6b;
/* Tailwind (arbitrary) */
class="text-[#eb0f6b] bg-[#eb0f6b]"
/* SCSS */
$brand: #eb0f6b;
/* SwiftUI */
Color(red: 0.922, green: 0.059, blue: 0.420)
/* Android */
Color.parseColor("#eb0f6b")
/* Flutter */
Color(0xFFEB0F6B)
/* Python / OpenCV (BGR) */
(107, 15, 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 #eb0f6b · 4.81:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 4.36:1
AA fail · AA large pass · AAA fail
Aa
Black text · 4.81:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #eb0f6b as text scores 4.36:1 on white and 4.81:1 on black.

Accessibility — WCAG contrast

Aa
#eb0f6b on white: 4.36:1
AA ✗ fail · AA-large · AAA
Aa
#eb0f6b on black: 4.81:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #5A5F6C
deuteranopia · #8F8766
tritanopia · #FF0040

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eb0f6b 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.

#FDF2F6
#FAE5EE
#F8C4DA
#F896BF
#F5619F
#F22C7F
#eb0f6b
#C00C57
#990A46
#6F0C35
#450721
Base = 600Lightest = 50 · #FDF2F6Darkest = 950 · #450721
:root {
  --brand-50: #FDF2F6;
  --brand-100: #FAE5EE;
  --brand-200: #F8C4DA;
  --brand-300: #F896BF;
  --brand-400: #F5619F;
  --brand-500: #F22C7F;
  --brand-600: #eb0f6b;
  --brand-700: #C00C57;
  --brand-800: #990A46;
  --brand-900: #6F0C35;
  --brand-950: #450721;
  --brand: #eb0f6b;
  --brand-ink: #000000;
}

Colors that work with #eb0f6b

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#EDC0D3
Hairlines and dividers
Muted text#9B4B6C
Captions on the surface
Accent#08C446
Second voice, not a rival
Dark variant#780837
Hover, pressed, headers
Light variant#FDE7F0
Selected rows, tints
Dark surface#24141B
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 #eb0f6b

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#0FEB8F
Analogous left#EB0FD9
Analogous right#EB210F
Split-complement 1#0FEB21
Split-complement 2#0FD9EB
Triadic 1#6BEB0F
Triadic 2#0F6BEB
Tetradic#D9EB0F

RGB percentages

Red92.2%
Green5.9%
Blue42.0%

CMYK percentages

Cyan0.0%
Magenta93.6%
Yellow54.5%
Key (black)7.8%

Color previews

#eb0f6b text on a black background

contrast 4.81:1

Card sample

#eb0f6b text on a white background

contrast 4.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eb0f6b

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.

#eb0f6b 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.

#eb0f6b, answered

What color is #eb0f6b?

#eb0f6b is a balanced electric magenta / pink, closest to Deep Pink (ΔE2000 8.2). It sits at 335° on the hue wheel with 88% saturation and 49% lightness, which reads as warm.

What is the RGB value of #eb0f6b?

rgb(235, 15, 107) — 235 red, 15 green and 107 blue out of 255, or 92.2% / 5.9% / 42% by channel.

Is #eb0f6b a light or a dark color?

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

Should I use black or white text on #eb0f6b?

Black. It scores 4.81:1 against #eb0f6b, versus 4.36:1 for white — AA at any size.

What is the complementary color of #eb0f6b?

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

What colors go well with #eb0f6b?

For interface work: #FAF4F7 as the surface, #EDC0D3 for borders, #9B4B6C for secondary text, #08C446 as an accent and #780837 for hover and pressed states. For a palette, the analogous pair #EB0FD9 and #EB210F stays calm, while #0FEB8F is the loudest partner.

What is #eb0f6b in CMYK for printing?

cmyk(0%, 94%, 55%, 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 #eb0f6b warm or cool?

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

Work with #eb0f6b in the Color Lab