Black
#1B1818
GrayColor Codes
All color formats for development
HEX
#1B1818RGB
rgb(27, 24, 24)HSL
hsl(0, 6%, 10%)OKLCH
oklch(0.213 0.005 17.5)CMYK
cmyk(0%, 11%, 11%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181616
2#161313
3#131111
4#100E0E
5#0E0C0C
6#0B0A0A
7#080707
8#050505
9#030202
Tints
Lighter variations
1#332E2E
2#4C4343
3#645959
4#7C6E6E
5#938585
6#A99E9E
7#BEB6B6
8#D4CECE
9#E9E7E7
Tones
Muted variations
1#1B1818
2#1B1818
3#1B1818
4#1A1919
5#1A1919
6#1A1919
7#1A1919
8#1A1919
9#1A1919
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F7F7;
--black-100: #EEECEC;
--black-200: #E0DCDC;
--black-300: #C8C1C1;
--black-400: #ABA0A0;
--black-500: #938585;
--black-600: #776969;
--black-700: #5F5454;
--black-800: #443C3C;
--black-900: #2B2626;
--black-950: #1B1818;
}