Black
#19191A
GrayColor Codes
All color formats for development
HEX
#19191ARGB
rgb(25, 25, 26)HSL
hsl(240, 2%, 10%)OKLCH
oklch(0.214 0.002 286.2)CMYK
cmyk(4%, 4%, 0%, 90%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161617
2#141415
3#111112
4#0F0F10
5#0C0C0D
6#0A0A0A
7#070708
8#050505
9#020203
Tints
Lighter variations
1#2F2F31
2#464649
3#5C5C60
4#737378
5#8A8A8F
6#A1A1A5
7#B9B9BC
8#D0D0D2
9#E8E8E9
Tones
Muted variations
1#19191A
2#19191A
3#19191A
4#19191A
5#19191A
6#19191A
7#19191A
8#19191A
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C3C3 #C3C3C6 | BordersInactive statesPlaceholder text |
| 400 | A4A4 #A4A4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8A8A #8A8A8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 6E6E #6E6E72 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2828 #28282A | Primary textHigh emphasis contentDark headings |
| 950 | 1919 #19191A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F7F8;
--black-100: #EDEDEE;
--black-200: #DDDDDF;
--black-300: #C3C3C6;
--black-400: #A4A4A8;
--black-500: #8A8A8F;
--black-600: #6E6E72;
--black-700: #57575B;
--black-800: #3E3E41;
--black-900: #28282A;
--black-950: #19191A;
}