Skip to content
PantoneTools
pink
Tailwind CSS palette

Pink 950

pink-950 · #500724

HEX

#500724

RGB

rgb(80, 7, 36)

CMYK

cmyk(0%, 91%, 55%, 69%)

HSL

hsl(336, 84%, 17%)

LAB

lab(15.4, 34.1, 2.7)

What is Pink 950?

Pink 950 is the pink-950 reference in the Tailwind CSS palette. Its sRGB value is #500724 (rgb 80, 7, 36). It sits in the pink family. The default color palette shipped with Tailwind CSS v3 by Tailwind Labs. 22 color families across 11 lightness steps (50 to 950). See disclaimer for accuracy and trademark notes.

Accessibility

WCAG 2.1 contrast checks for Pink 950 as a background.

Black text on this color

Sample text · 1.40 : 1
AA Normal
AA Large
AAA Normal
AAA Large

White text on this color

Sample text · 15.03 : 1
AA Normal
AA Large
AAA Normal
AAA Large

Shades, tints & tonal scale of Pink 950

An 11-step tonal scale derived from Pink 950 (#500724). Click any swatch to copy its HEX. Use these as a starting point for design tokens, hover states, and disabled states in a design system.

Copied #F1EBED

50

#F1EBED

#F1EBED

Copied #E3D7DC

100

#E3D7DC

#E3D7DC

Copied #C7B0B9

200

#C7B0B9

#C7B0B9

Copied #A88392

300

#A88392

#A88392

Copied #7C455B

400

#7C455B

#7C455B

Copied #500724

500

#500724

#500724

Copied #44061F

600

#44061F

#44061F

Copied #340517

700

#340517

#340517

Copied #240310

800

#240310

#240310

Copied #140209

900

#140209

#140209

Copied #0A0104

950

#0A0104

#0A0104

Lighter tints (mixed with white)

Copied #816D71

15%

#816D71

Copied #A19598

30%

#A19598

Copied #BBB3B5

45%

#BBB3B5

Copied #D0CCCC

60%

#D0CCCC

Copied #E3E1E1

75%

#E3E1E1

Darker shades (mixed with black)

Copied #4A0621

15%

#4A0621

Copied #43051D

30%

#43051D

Copied #3B0419

45%

#3B0419

Copied #320314

60%

#320314

Copied #27020E

75%

#27020E

Color harmonies for Pink 950

Classic color-theory harmonies derived from rotating the hue of Pink 950. Use these to build accent palettes, brand systems, and accessible UI color pairings.

Complementary

180° opposite — strongest contrast

Copied #500724

#500724

#500724

Copied #075033

#075033

#075033

Triadic

Three colors 120° apart

Copied #500724

#500724

#500724

Copied #245007

#245007

#245007

Copied #072450

#072450

#072450

Analogous

Two neighbors ±30° on the wheel

Copied #500748

#500748

#500748

Copied #500724

#500724

#500724

Copied #500E07

#500E07

#500E07

Split-complementary

Base + two colors flanking its complement

Copied #500724

#500724

#500724

Copied #07500E

#07500E

#07500E

Copied #074850

#074850

#074850

Tetradic

Two complementary pairs

Copied #500724

#500724

#500724

Copied #503307

#503307

#503307

Copied #075033

#075033

#075033

Copied #072450

#072450

#072450

Square

Four colors evenly spaced 90° apart

Copied #500724

#500724

#500724

Copied #485007

#485007

#485007

Copied #075033

#075033

#075033

Copied #0E0750

#0E0750

#0E0750

Pink 950 in every color space

Full conversion of Pink 950 across the color spaces designers and developers actually use — including OKLCH (the perceptually-uniform space that powers Tailwind v4 and CSS Color Module Level 4) and HWB.

HEX

#500724

RGB

rgb(80, 7, 36)

CMYK

cmyk(0%, 91%, 55%, 69%)

HSL

hsl(336, 84%, 17%)

HSV

hsv(336, 91%, 31%)

HWB

hwb(336 3% 69%)

CIE Lab

lab(15.4 34.1 2.7)

OKLCH

oklch(28.4% 0.105 3.9)

XYZ (D65)

xyz(3.70, 1.99, 1.86)

Copy-ready code for Pink 950

Drop-in snippets for CSS, Tailwind, Sass, iOS Swift, and Android XML. Click the copy button on any snippet to put it on your clipboard.

CSS

color: #500724;
background-color: #500724;

CSS variable

:root {
  --color-pink-950: #500724;
}

Tailwind config

// tailwind.config.js
colors: {
  'pink-950': '#500724',
}

Sass

$color-pink-950: #500724;

Swift UIColor

UIColor(red: 0.314, green: 0.027, blue: 0.141, alpha: 1.0)

Android XML

<color name="pink-950">#500724</color>

Closest match in every color system

The nearest Pink 950 equivalent in every other color system on this site, ranked by ΔE2000 perceptual distance. Useful when translating between design-system, web-standard, and industrial color references.

Closest in Tailwind CSS palette

Top 6 ΔE2000-closest entries within the same collection.

Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.

Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.

Copied #4A192C

RAL 4007

#4A192C

Purple violet

Copied #641C34

RAL 4004

#641C34

Claret violet

Copied #5E2129

RAL 3005

#5E2129

Wine red

Copied #412227

RAL 3007

#412227

Black red

Copied #592321

RAL 8012

#592321

Red brown

Copied #642424

RAL 3009

#642424

Oxide red

FAQ about Pink 950

What is the HEX code for Pink 950?

Pink 950 (pink-950) has the HEX code #500724. In RGB it is rgb(80, 7, 36), and in CMYK it is cmyk(0%, 91%, 55%, 69%).

What is the OKLCH value of Pink 950?

Pink 950 converts to oklch(0.284 0.105 3.9). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.

Is Pink 950 accessible for body text?

Used as a background, Pink 950 has a contrast ratio of 1.40:1 with black text and 15.03:1 with white text. WCAG 2.1 AA requires 4.5:1 for normal text. The current recommendation is to use white text and verify in real UI context.

What is the closest Pantone to Pink 950?

The closest Pantone reference to Pink 950 by ΔE2000 perceptual distance is Pantone 209 C (#6F263D). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.

What is the closest RAL color to Pink 950?

The closest RAL Classic reference to Pink 950 by ΔE2000 distance is RAL 4007 (Purple violet, #4A192C). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.

What is the complementary color of Pink 950?

The complementary color (180° opposite on the HSL color wheel) of Pink 950 is #075033. Use it for high-contrast accents, error states, or call-to-action pairings.

Data provenance & source

Tailwind CSS default palette (v3)

The default color palette shipped with Tailwind CSS v3 by Tailwind Labs Inc. Use as a reference for design tokens, web color systems, and Tailwind-based design conversations. Names like 'blue-500' are the project's own naming convention.

Source type
derived
Confidence
high
License
MIT
Last reviewed
2026-05-24

Workflow tags

tailwind
design-token
web-system
pink

Tailwind palette values are designed for digital interfaces under sRGB. For print, convert to a process-appropriate value and proof against the substrate; do not rely on sRGB CMYK conversion for color-critical print work.

Tailwind CSS palette · Pink 950 — #500724 | PantoneTools