Pink 600
pink-600 · #DB2777
HEX
#DB2777
RGB
rgb(219, 39, 119)
CMYK
cmyk(0%, 82%, 46%, 14%)
HSL
hsl(333, 71%, 51%)
LAB
lab(49.3, 70.9, 0.6)
What is Pink 600?
Pink 600 is the pink-600 reference in the Tailwind CSS palette. Its sRGB value is #DB2777 (rgb 219, 39, 119). 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 600 as a background.
Black text on this color
White text on this color
Shades, tints & tonal scale of Pink 600
An 11-step tonal scale derived from Pink 600 (#DB2777). 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.
50
#FCEEF4
#FCEEF4
100
#F9DCE9
#F9DCE9
200
#F3BAD3
#F3BAD3
300
#ED93BB
#ED93BB
400
#E45D99
#E45D99
500
#DB2777
#DB2777
600
#BA2165
#BA2165
700
#8E194D
#8E194D
800
#631236
#631236
900
#370A1E
#370A1E
950
#1A050E
#1A050E
Lighter tints (mixed with white)
15%
#E17296
30%
#E798AF
45%
#ECB5C4
60%
#F1CDD6
75%
#F7E1E7
Darker shades (mixed with black)
15%
#CC246E
30%
#BB2065
45%
#A81B5A
60%
#91164D
75%
#75103D
Color harmonies for Pink 600
Classic color-theory harmonies derived from rotating the hue of Pink 600. Use these to build accent palettes, brand systems, and accessible UI color pairings.
Complementary
180° opposite — strongest contrast
#DB2777
#DB2777
#29DB8B
#29DB8B
Triadic
Three colors 120° apart
#DB2777
#DB2777
#79DB29
#79DB29
#2979DB
#2979DB
Analogous
Two neighbors ±30° on the wheel
#DB29D2
#DB29D2
#DB2777
#DB2777
#DB3229
#DB3229
Split-complementary
Base + two colors flanking its complement
#DB2777
#DB2777
#29DB32
#29DB32
#29D2DB
#29D2DB
Tetradic
Two complementary pairs
#DB2777
#DB2777
#DB8B29
#DB8B29
#29DB8B
#29DB8B
#2979DB
#2979DB
Square
Four colors evenly spaced 90° apart
#DB2777
#DB2777
#D2DB29
#D2DB29
#29DB8B
#29DB8B
#3229DB
#3229DB
Pink 600 in every color space
Full conversion of Pink 600 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
#DB2777
RGB
rgb(219, 39, 119)
CMYK
cmyk(0%, 82%, 46%, 14%)
HSL
hsl(333, 71%, 51%)
HSV
hsv(333, 82%, 86%)
HWB
hwb(333 15% 14%)
CIE Lab
lab(49.3 70.9 0.6)
OKLCH
oklch(59.2% 0.218 0.6)
XYZ (D65)
xyz(33.27, 17.85, 19.14)
Copy-ready code for Pink 600
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: #DB2777;
background-color: #DB2777;CSS variable
:root {
--color-pink-600: #DB2777;
}Tailwind config
// tailwind.config.js
colors: {
'pink-600': '#DB2777',
}Sass
$color-pink-600: #DB2777;Swift UIColor
UIColor(red: 0.859, green: 0.153, blue: 0.467, alpha: 1.0)Android XML
<color name="pink-600">#DB2777</color>Closest match in every color system
The nearest Pink 600 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.
Closest Pantone matches
Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.
Closest RAL Classic matches
Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.
RAL 4003
#DE4C8A
Heather violet
RAL 4006
#A03472
Traffic purple
RAL 4008
#924E7D
Signal violet
RAL 3017
#E63244
Rose
RAL 3014
#D36E70
Antique pink
RAL 3027
#C51D34
Raspberry red
FAQ about Pink 600
What is the HEX code for Pink 600?
Pink 600 (pink-600) has the HEX code #DB2777. In RGB it is rgb(219, 39, 119), and in CMYK it is cmyk(0%, 82%, 46%, 14%).
What is the OKLCH value of Pink 600?
Pink 600 converts to oklch(0.592 0.218 0.6). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.
Is Pink 600 accessible for body text?
Used as a background, Pink 600 has a contrast ratio of 4.57:1 with black text and 4.60: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 600?
The closest Pantone reference to Pink 600 by ΔE2000 perceptual distance is Pantone 213 C (#D72B82). 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 600?
The closest RAL Classic reference to Pink 600 by ΔE2000 distance is RAL 4003 (Heather violet, #DE4C8A). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.
What is the complementary color of Pink 600?
The complementary color (180° opposite on the HSL color wheel) of Pink 600 is #29DB8B. 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 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.