Skip to content

#c44f8a

a balanced, vivid magenta / pink · warm · closest name: Medium Violet Red

RGB
196, 79, 138
HSL
330°, 50%, 54%
CMYK
0, 60, 30, 23
Luminance
0.1916

At a glance

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

Hex
#c44f8a
Hue
330°
magenta / pink
Saturation
50%
vivid
Lightness
54%
balanced
Brightness
77%
HSV value
Perceived
52%
weighted brightness
Luminance
0.1916
WCAG relative
Temperature
Warm
33/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
4.83:1
Closest name
Medium Violet Red
ΔE2000 7.9
Where it sits
Hue330° of 360°
Saturation50%
Lightness54%
Temperature
Warm ← → Cool33% 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#c44f8a
RGBrgb(196, 79, 138)
HSLhsl(330, 50%, 54%)
CMYKcmyk(0%, 60%, 30%, 23%)
LABlab(50.9 52.7 -9.0)
LCHlch(50.9 53.5 350.3)
OKLCHoklch(0.598 0.162 351.7)
Decimal12865418
Display P3color(display-p3 0.769 0.310 0.541)

Copy-ready code

/* CSS */
color: #c44f8a;
background-color: #c44f8a;
/* Tailwind (arbitrary) */
class="text-[#c44f8a] bg-[#c44f8a]"
/* SCSS */
$brand: #c44f8a;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.541)
/* Android */
Color.parseColor("#c44f8a")
/* Flutter */
Color(0xFFC44F8A)
/* Python / OpenCV (BGR) */
(138, 79, 196)

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

Accessibility — WCAG contrast

Aa
#c44f8a on white: 4.35:1
AA ✗ fail · AA-large · AAA
Aa
#c44f8a on black: 4.83:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #5F6C8C
deuteranopia · #7F8187
tritanopia · #D24966

Color scale — 50 to 950

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

#FAF4F7
#F6EAF0
#ECCFDE
#E3ABC7
#D581AB
#c44f8a
#B73D7B
#993367
#7A2952
#59213D
#381526
Base = 500Lightest = 50 · #FAF4F7Darkest = 950 · #381526
:root {
  --brand-50: #FAF4F7;
  --brand-100: #F6EAF0;
  --brand-200: #ECCFDE;
  --brand-300: #E3ABC7;
  --brand-400: #D581AB;
  --brand-500: #c44f8a;
  --brand-600: #B73D7B;
  --brand-700: #993367;
  --brand-800: #7A2952;
  --brand-900: #59213D;
  --brand-950: #381526;
  --brand: #c44f8a;
  --brand-ink: #000000;
}

Colors that work with #c44f8a

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#EBC2D6
Hairlines and dividers
Muted text#9B4B73
Captions on the surface
Accent#2F9D4A
Second voice, not a rival
Dark variant#5F2040
Hover, pressed, headers
Light variant#F9ECF2
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 #c44f8a

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#4FC489
Analogous left#C34FC4
Analogous right#C44F4F
Split-complement 1#4FC44F
Split-complement 2#4FC4C3
Triadic 1#8AC44F
Triadic 2#4F8AC4
Tetradic#C4C34F

RGB percentages

Red76.9%
Green31.0%
Blue54.1%

CMYK percentages

Cyan0.0%
Magenta59.7%
Yellow29.6%
Key (black)23.1%

Color previews

#c44f8a text on a black background

contrast 4.83:1

Card sample

#c44f8a text on a white background

contrast 4.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(196, 79, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44f8a;
background: linear-gradient(135deg, #c44f8a, #C4624F);

Monochromatic scale

Palettes built from #c44f8a

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.

#c44f8a 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

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

#c44f8a, answered

What color is #c44f8a?

#c44f8a is a balanced vivid magenta / pink, closest to Medium Violet Red (ΔE2000 7.9). It sits at 330° on the hue wheel with 50% saturation and 54% lightness, which reads as warm.

What is the RGB value of #c44f8a?

rgb(196, 79, 138) — 196 red, 79 green and 138 blue out of 255, or 76.9% / 31% / 54.1% by channel.

Is #c44f8a a light or a dark color?

It is a mid-tone. Relative luminance is 0.1916 and perceived brightness is 52%, so black text on it reaches 4.83:1.

Should I use black or white text on #c44f8a?

Black. It scores 4.83:1 against #c44f8a, versus 4.35:1 for white — AA at any size.

What is the complementary color of #c44f8a?

#4FC489 sits directly opposite on the wheel. Softer options are the split-complements #4FC44F and #4FC4C3, which give the same contrast with far less vibration.

What colors go well with #c44f8a?

For interface work: #FAF4F7 as the surface, #EBC2D6 for borders, #9B4B73 for secondary text, #2F9D4A as an accent and #5F2040 for hover and pressed states. For a palette, the analogous pair #C34FC4 and #C44F4F stays calm, while #4FC489 is the loudest partner.

What is #c44f8a in CMYK for printing?

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

Is #c44f8a warm or cool?

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

Work with #c44f8a in the Color Lab