Skip to content
PantoneTools
neutral
Tailwind CSS palette

Neutral 900

neutral-900 · #171717

HEX

#171717

RGB

rgb(23, 23, 23)

CMYK

cmyk(0%, 0%, 0%, 91%)

HSL

hsl(0, 0%, 9%)

LAB

lab(7.7, 0.0, 0.0)

What is Neutral 900?

Neutral 900 is the neutral-900 reference in the Tailwind CSS palette. Its sRGB value is #171717 (rgb 23, 23, 23). It sits in the neutral 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 Neutral 900 as a background.

Black text on this color

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

White text on this color

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

Shades, tints & tonal scale of Neutral 900

An 11-step tonal scale derived from Neutral 900 (#171717). 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 #ECECEC

50

#ECECEC

#ECECEC

Copied #DADADA

100

#DADADA

#DADADA

Copied #B5B5B5

200

#B5B5B5

#B5B5B5

Copied #8B8B8B

300

#8B8B8B

#8B8B8B

Copied #515151

400

#515151

#515151

Copied #171717

500

#171717

#171717

Copied #141414

600

#141414

#141414

Copied #0F0F0F

700

#0F0F0F

#0F0F0F

Copied #0A0A0A

800

#0A0A0A

#0A0A0A

Copied #060606

900

#060606

#060606

Copied #030303

950

#030303

#030303

Lighter tints (mixed with white)

Copied #6E6E6E

15%

#6E6E6E

Copied #969696

30%

#969696

Copied #B4B4B4

45%

#B4B4B4

Copied #CCCCCC

60%

#CCCCCC

Copied #E1E1E1

75%

#E1E1E1

Darker shades (mixed with black)

Copied #151515

15%

#151515

Copied #121212

30%

#121212

Copied #0F0F0F

45%

#0F0F0F

Copied #0B0B0B

60%

#0B0B0B

Copied #070707

75%

#070707

Color harmonies for Neutral 900

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

Complementary

180° opposite — strongest contrast

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Triadic

Three colors 120° apart

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Analogous

Two neighbors ±30° on the wheel

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Split-complementary

Base + two colors flanking its complement

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Tetradic

Two complementary pairs

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Square

Four colors evenly spaced 90° apart

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Copied #171717

#171717

#171717

Neutral 900 in every color space

Full conversion of Neutral 900 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

#171717

RGB

rgb(23, 23, 23)

CMYK

cmyk(0%, 0%, 0%, 91%)

HSL

hsl(0, 0%, 9%)

HSV

hsv(0, 0%, 9%)

HWB

hwb(0 9% 91%)

CIE Lab

lab(7.7 0.0 0.0)

OKLCH

oklch(20.5% 0.000 89.9)

XYZ (D65)

xyz(0.81, 0.86, 0.93)

Copy-ready code for Neutral 900

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

CSS variable

:root {
  --color-neutral-900: #171717;
}

Tailwind config

// tailwind.config.js
colors: {
  'neutral-900': '#171717',
}

Sass

$color-neutral-900: #171717;

Swift UIColor

UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1.0)

Android XML

<color name="neutral-900">#171717</color>

Closest match in every color system

The nearest Neutral 900 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 #1C1C1C

RAL 9011

#1C1C1C

Graphite black

Copied #1E1E1E

RAL 9017

#1E1E1E

Traffic black

Copied #0A0A0A

RAL 9005

#0A0A0A

Jet black

Copied #212121

RAL 8022

#212121

Black brown

Copied #18171C

RAL 5004

#18171C

Black blue

Copied #282828

RAL 9004

#282828

Signal black

FAQ about Neutral 900

What is the HEX code for Neutral 900?

Neutral 900 (neutral-900) has the HEX code #171717. In RGB it is rgb(23, 23, 23), and in CMYK it is cmyk(0%, 0%, 0%, 91%).

What is the OKLCH value of Neutral 900?

Neutral 900 converts to oklch(0.205 0.000 89.9). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.

Is Neutral 900 accessible for body text?

Used as a background, Neutral 900 has a contrast ratio of 1.17:1 with black text and 17.93: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 Neutral 900?

The closest Pantone reference to Neutral 900 by ΔE2000 perceptual distance is Pantone Process Black C (#000000). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.

What is the closest RAL color to Neutral 900?

The closest RAL Classic reference to Neutral 900 by ΔE2000 distance is RAL 9011 (Graphite black, #1C1C1C). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.

What is the complementary color of Neutral 900?

The complementary color (180° opposite on the HSL color wheel) of Neutral 900 is #171717. 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
neutral

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 · Neutral 900 — #171717 | PantoneTools