Skip to content
PantoneTools
pink
Tailwind CSS palette

Pink 700

pink-700 · #BE185D

HEX

#BE185D

RGB

rgb(190, 24, 93)

CMYK

cmyk(0%, 87%, 51%, 25%)

HSL

hsl(335, 78%, 42%)

LAB

lab(41.8, 64.7, 5.2)

What is Pink 700?

Pink 700 is the pink-700 reference in the Tailwind CSS palette. Its sRGB value is #BE185D (rgb 190, 24, 93). 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 700 as a background.

Black text on this color

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

White text on this color

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

Shades, tints & tonal scale of Pink 700

An 11-step tonal scale derived from Pink 700 (#BE185D). 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 #FAEDF2

50

#FAEDF2

#FAEDF2

Copied #F5DAE5

100

#F5DAE5

#F5DAE5

Copied #EAB5CB

200

#EAB5CB

#EAB5CB

Copied #DF8CAE

300

#DF8CAE

#DF8CAE

Copied #CE5286

400

#CE5286

#CE5286

Copied #BE185D

500

#BE185D

#BE185D

Copied #A2144F

600

#A2144F

#A2144F

Copied #7C103C

700

#7C103C

#7C103C

Copied #560B2A

800

#560B2A

#560B2A

Copied #300617

900

#300617

#300617

Copied #17030B

950

#17030B

#17030B

Lighter tints (mixed with white)

Copied #CA6F87

15%

#CA6F87

Copied #D496A5

30%

#D496A5

Copied #DEB4BD

45%

#DEB4BD

Copied #E8CCD2

60%

#E8CCD2

Copied #F1E1E4

75%

#F1E1E4

Darker shades (mixed with black)

Copied #B11656

15%

#B11656

Copied #A2134E

30%

#A2134E

Copied #911045

45%

#911045

Copied #7D0C3B

60%

#7D0C3B

Copied #64082E

75%

#64082E

Color harmonies for Pink 700

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

Complementary

180° opposite — strongest contrast

Copied #BE185D

#BE185D

#BE185D

Copied #18BF79

#18BF79

#18BF79

Triadic

Three colors 120° apart

Copied #BE185D

#BE185D

#BE185D

Copied #5DBF18

#5DBF18

#5DBF18

Copied #185DBF

#185DBF

#185DBF

Analogous

Two neighbors ±30° on the wheel

Copied #BF18B1

#BF18B1

#BF18B1

Copied #BE185D

#BE185D

#BE185D

Copied #BF2518

#BF2518

#BF2518

Split-complementary

Base + two colors flanking its complement

Copied #BE185D

#BE185D

#BE185D

Copied #18BF25

#18BF25

#18BF25

Copied #18B1BF

#18B1BF

#18B1BF

Tetradic

Two complementary pairs

Copied #BE185D

#BE185D

#BE185D

Copied #BF7918

#BF7918

#BF7918

Copied #18BF79

#18BF79

#18BF79

Copied #185DBF

#185DBF

#185DBF

Square

Four colors evenly spaced 90° apart

Copied #BE185D

#BE185D

#BE185D

Copied #B1BF18

#B1BF18

#B1BF18

Copied #18BF79

#18BF79

#18BF79

Copied #2518BF

#2518BF

#2518BF

Pink 700 in every color space

Full conversion of Pink 700 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

#BE185D

RGB

rgb(190, 24, 93)

CMYK

cmyk(0%, 87%, 51%, 25%)

HSL

hsl(335, 78%, 42%)

HSV

hsv(335, 87%, 75%)

HWB

hwb(335 9% 25%)

CIE Lab

lab(41.8 64.7 5.2)

OKLCH

oklch(52.5% 0.199 4.0)

XYZ (D65)

xyz(23.54, 12.39, 11.51)

Copy-ready code for Pink 700

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: #BE185D;
background-color: #BE185D;

CSS variable

:root {
  --color-pink-700: #BE185D;
}

Tailwind config

// tailwind.config.js
colors: {
  'pink-700': '#BE185D',
}

Sass

$color-pink-700: #BE185D;

Swift UIColor

UIColor(red: 0.745, green: 0.094, blue: 0.365, alpha: 1.0)

Android XML

<color name="pink-700">#BE185D</color>

Closest match in every color system

The nearest Pink 700 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 #A03472

RAL 4006

#A03472

Traffic purple

Copied #922B3E

RAL 4002

#922B3E

Red violet

Copied #C51D34

RAL 3027

#C51D34

Raspberry red

Copied #DE4C8A

RAL 4003

#DE4C8A

Heather violet

Copied #924E7D

RAL 4008

#924E7D

Signal violet

Copied #B32428

RAL 3031

#B32428

Orient red

FAQ about Pink 700

What is the HEX code for Pink 700?

Pink 700 (pink-700) has the HEX code #BE185D. In RGB it is rgb(190, 24, 93), and in CMYK it is cmyk(0%, 87%, 51%, 25%).

What is the OKLCH value of Pink 700?

Pink 700 converts to oklch(0.525 0.199 4.0). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.

Is Pink 700 accessible for body text?

Used as a background, Pink 700 has a contrast ratio of 3.48:1 with black text and 6.04: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 700?

The closest Pantone reference to Pink 700 by ΔE2000 perceptual distance is Pantone 214 C (#CE0F69). 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 700?

The closest RAL Classic reference to Pink 700 by ΔE2000 distance is RAL 4006 (Traffic purple, #A03472). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.

What is the complementary color of Pink 700?

The complementary color (180° opposite on the HSL color wheel) of Pink 700 is #18BF79. 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 700 — #BE185D | PantoneTools