#000000

#000000 is rgb(0, 0, 0), or hsl(0, 0%, 0%). It exactly matches the sRGB hex approximation of black in the reference Tailwind v4 palette.

01

Conversions

02

WCAG contrast

BackgroundRatioAA textAA largeAAA text
white21.00:1passpasspass
black1.00:1failfailfail
slate-9001.18:1failfailfail
gray-10019.08:1passpasspass

Ratios use WCAG relative luminance for opaque sRGB colors. Normal text requires 4.5:1, or 7:1 at AAA. Large text requires 3:1: at least 24 CSS pixels, or about 18.67 CSS pixels when bold. Pass/fail uses the unrounded ratio. Contrast alone is not a full accessibility assessment.

Colors paired with #000000 in real UI palettes

These colors appear alongside #000000 in StyleKit's curated palettes. Co-occurrence is not a promise of text readability; each pair includes its measured contrast.

A readable starting point

white text on #000000: 21.00:1 contrast.

03

Design styles using this color

04

Tints and shades

#cccccc
#999999
#666666
#333333
#000000
#000000
#000000
#000000

Lightness ladder in HSL space, from the lightest tint to the darkest shade of #000000.

05

Similar colors in the library

Nearest swatches by perceptual OKLab distance across all curated style palettes.

06

AI prompt snippet

Use #000000 as the primary color, following the Anti-Design style: rgb(0, 0, 0), nearest Tailwind token black. Keep text contrast at least 4.5:1 (this color scores 21:1 on white, 1:1 on black).

Paste this into ChatGPT, Claude, Cursor, or v0 to use #000000 with correct contrast constraints. Browse all palette colors.

Questions about #000000

What color is #000000?

#000000 is rgb(0, 0, 0), or hsl(0, 0%, 0%). It exactly matches the sRGB hex approximation of black in the reference Tailwind v4 palette.

What text color should I use on #000000?

White (#ffffff) has the higher black-or-white contrast against #000000: 21.00:1. This calculation assumes opaque, flat sRGB colors. Normal text requires 4.5:1 and large text 3:1 under WCAG 2.2 SC 1.4.3; it is not a complete accessibility assessment.

How can I use exactly #000000 in Tailwind CSS?

Use bg-[#000000], text-[#000000], or a CSS custom property instead of substituting a nearby named token. The reference palette is Tailwind CSS 4.1.18, converted from OKLCH to sRGB hex; newer Tailwind versions and custom themes can differ.

Sources and calculation limits

Reference palette: Tailwind CSS 4.1.18, converted from OKLCH to sRGB hex. Named tokens are versioned approximations; use the exact hex utilities when matching an existing design. Palette pairings come from the linked StyleKit definitions, not external popularity or preference data.