Stone 950
stone-950 · #0C0A09
HEX
#0C0A09
RGB
rgb(12, 10, 9)
CMYK
cmyk(0%, 17%, 25%, 95%)
HSL
hsl(20, 14%, 4%)
LAB
lab(2.9, 0.4, 0.6)
What is Stone 950?
Stone 950 is the stone-950 reference in the Tailwind CSS palette. Its sRGB value is #0C0A09 (rgb 12, 10, 9). 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 Stone 950 as a background.
Black text on this color
White text on this color
Shades, tints & tonal scale of Stone 950
An 11-step tonal scale derived from Stone 950 (#0C0A09). 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
#ECEBEB
#ECEBEB
100
#D8D8D8
#D8D8D8
200
#B1B1B0
#B1B1B0
300
#868584
#868584
400
#494747
#494747
500
#0C0A09
#0C0A09
600
#0A0908
#0A0908
700
#080706
#080706
800
#050504
#050504
900
#030302
#030302
950
#010101
#010101
Lighter tints (mixed with white)
15%
#6D6D6D
30%
#959595
45%
#B3B3B3
60%
#CCCCCC
75%
#E1E1E1
Darker shades (mixed with black)
15%
#0A0908
30%
#080706
45%
#070605
60%
#050404
75%
#030302
Color harmonies for Stone 950
Classic color-theory harmonies derived from rotating the hue of Stone 950. Use these to build accent palettes, brand systems, and accessible UI color pairings.
Complementary
180° opposite — strongest contrast
#0C0A09
#0C0A09
#090B0C
#090B0C
Triadic
Three colors 120° apart
#0C0A09
#0C0A09
#090C0A
#090C0A
#0A090C
#0A090C
Analogous
Two neighbors ±30° on the wheel
#0C0909
#0C0909
#0C0A09
#0C0A09
#0C0B09
#0C0B09
Split-complementary
Base + two colors flanking its complement
#0C0A09
#0C0A09
#090C0B
#090C0B
#09090C
#09090C
Tetradic
Two complementary pairs
#0C0A09
#0C0A09
#0B0C09
#0B0C09
#090B0C
#090B0C
#0A090C
#0A090C
Square
Four colors evenly spaced 90° apart
#0C0A09
#0C0A09
#090C09
#090C09
#090B0C
#090B0C
#0B090C
#0B090C
Stone 950 in every color space
Full conversion of Stone 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
#0C0A09
RGB
rgb(12, 10, 9)
CMYK
cmyk(0%, 17%, 25%, 95%)
HSL
hsl(20, 14%, 4%)
HSV
hsv(20, 25%, 5%)
HWB
hwb(20 4% 95%)
CIE Lab
lab(2.9 0.4 0.6)
OKLCH
oklch(14.7% 0.004 49.2)
XYZ (D65)
xyz(0.31, 0.31, 0.30)
Copy-ready code for Stone 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: #0C0A09;
background-color: #0C0A09;CSS variable
:root {
--color-stone-950: #0C0A09;
}Tailwind config
// tailwind.config.js
colors: {
'stone-950': '#0C0A09',
}Sass
$color-stone-950: #0C0A09;Swift UIColor
UIColor(red: 0.047, green: 0.039, blue: 0.035, alpha: 1.0)Android XML
<color name="stone-950">#0C0A09</color>Closest match in every color system
The nearest Stone 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.
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 9005
#0A0A0A
Jet black
RAL 9011
#1C1C1C
Graphite black
RAL 5004
#18171C
Black blue
RAL 9017
#1E1E1E
Traffic black
RAL 8022
#212121
Black brown
RAL 6022
#25221B
Olive drab
FAQ about Stone 950
What is the HEX code for Stone 950?
Stone 950 (stone-950) has the HEX code #0C0A09. In RGB it is rgb(12, 10, 9), and in CMYK it is cmyk(0%, 17%, 25%, 95%).
What is the OKLCH value of Stone 950?
Stone 950 converts to oklch(0.147 0.004 49.2). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.
Is Stone 950 accessible for body text?
Used as a background, Stone 950 has a contrast ratio of 1.06:1 with black text and 19.76: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 Stone 950?
The closest Pantone reference to Stone 950 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 Stone 950?
The closest RAL Classic reference to Stone 950 by ΔE2000 distance is RAL 9005 (Jet black, #0A0A0A). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.
What is the complementary color of Stone 950?
The complementary color (180° opposite on the HSL color wheel) of Stone 950 is #090B0C. 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.