Skip to content

#af2c8a

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

RGB
175, 44, 138
HSL
317°, 60%, 43%
CMYK
0, 75, 21, 31
Luminance
0.1275

At a glance

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

Hex
#af2c8a
Hue
317°
magenta / pink
Saturation
60%
vivid
Lightness
43%
dark
Brightness
69%
HSV value
Perceived
44%
weighted brightness
Luminance
0.1275
WCAG relative
Temperature
Warm
41/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
White
5.92:1
Closest name
Medium Violet Red
ΔE2000 4.9
Where it sits
Hue317° of 360°
Saturation60%
Lightness43%
Temperature
Warm ← → Cool41% 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#af2c8a
RGBrgb(175, 44, 138)
HSLhsl(317, 60%, 43%)
CMYKcmyk(0%, 75%, 21%, 31%)
LABlab(42.4 60.7 -22.3)
LCHlch(42.4 64.6 339.8)
OKLCHoklch(0.529 0.192 341.8)
Decimal11480202
Display P3color(display-p3 0.686 0.173 0.541)

Copy-ready code

/* CSS */
color: #af2c8a;
background-color: #af2c8a;
/* Tailwind (arbitrary) */
class="text-[#af2c8a] bg-[#af2c8a]"
/* SCSS */
$brand: #af2c8a;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.541)
/* Android */
Color.parseColor("#af2c8a")
/* Flutter */
Color(0xFFAF2C8A)
/* Python / OpenCV (BGR) */
(138, 44, 175)

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

Accessibility — WCAG contrast

Aa
#af2c8a on white: 5.92:1
AA ✓ pass · AA-large · AAA
Aa
#af2c8a on black: 3.55:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #38568D
deuteranopia · #626C87
tritanopia · #BA2E58

Color scale — 50 to 950

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

#FBF4F9
#F7E9F3
#EFCCE5
#E8A5D6
#DD79C1
#D24CAC
#C4319A
#af2c8a
#822167
#5F1C4C
#3B112F
Base = 700Lightest = 50 · #FBF4F9Darkest = 950 · #3B112F
:root {
  --brand-50: #FBF4F9;
  --brand-100: #F7E9F3;
  --brand-200: #EFCCE5;
  --brand-300: #E8A5D6;
  --brand-400: #DD79C1;
  --brand-500: #D24CAC;
  --brand-600: #C4319A;
  --brand-700: #af2c8a;
  --brand-800: #822167;
  --brand-900: #5F1C4C;
  --brand-950: #3B112F;
  --brand: #af2c8a;
  --brand-ink: #ffffff;
}

Colors that work with #af2c8a

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

Text on it#ffffff
White wins here
Surface#FAF4F9
Tinted page background
Border#EDC0E0
Hairlines and dividers
Muted text#9B4B84
Captions on the surface
Accent#25A729
Second voice, not a rival
Dark variant#661A50
Hover, pressed, headers
Light variant#FAEBF6
Selected rows, tints
Dark surface#241420
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 #af2c8a

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

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Full-page backgrounds — tiring over long sessions
  • Black 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#2CAF51
Analogous left#922CAF
Analogous right#AF2C49
Split-complement 1#49AF2C
Split-complement 2#2CAF92
Triadic 1#8AAF2C
Triadic 2#2C8AAF
Tetradic#AF922C

RGB percentages

Red68.6%
Green17.3%
Blue54.1%

CMYK percentages

Cyan0.0%
Magenta74.9%
Yellow21.1%
Key (black)31.4%

Color previews

#af2c8a text on a black background

contrast 3.55:1

Card sample

#af2c8a text on a white background

contrast 5.92:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #af2c8a

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.

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

#af2c8a, answered

What color is #af2c8a?

#af2c8a is a dark vivid magenta / pink, closest to Medium Violet Red (ΔE2000 4.9). It sits at 317° on the hue wheel with 60% saturation and 43% lightness, which reads as warm.

What is the RGB value of #af2c8a?

rgb(175, 44, 138) — 175 red, 44 green and 138 blue out of 255, or 68.6% / 17.3% / 54.1% by channel.

Is #af2c8a a light or a dark color?

It is a dark color. Relative luminance is 0.1275 and perceived brightness is 44%, so white text on it reaches 5.92:1.

Should I use black or white text on #af2c8a?

White. It scores 5.92:1 against #af2c8a, versus 3.55:1 for black — AA at any size.

What is the complementary color of #af2c8a?

#2CAF51 sits directly opposite on the wheel. Softer options are the split-complements #49AF2C and #2CAF92, which give the same contrast with far less vibration.

What colors go well with #af2c8a?

For interface work: #FAF4F9 as the surface, #EDC0E0 for borders, #9B4B84 for secondary text, #25A729 as an accent and #661A50 for hover and pressed states. For a palette, the analogous pair #922CAF and #AF2C49 stays calm, while #2CAF51 is the loudest partner.

What is #af2c8a in CMYK for printing?

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

Is #af2c8a warm or cool?

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

Work with #af2c8a in the Color Lab