Black
#1B1A18
GrayColor Codes
All color formats for development
HEX
#1B1A18RGB
rgb(27, 26, 24)HSL
hsl(40, 6%, 10%)OKLCH
oklch(0.218 0.004 84.6)CMYK
cmyk(0%, 4%, 11%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181716
2#161513
3#131211
4#10100E
5#0E0D0C
6#0B0A0A
7#080807
8#050505
9#030302
Tints
Lighter variations
1#33312E
2#4C4943
3#646059
4#7C786E
5#938F85
6#A9A59E
7#BEBCB6
8#D4D2CE
9#E9E9E7
Tones
Muted variations
1#1B1A18
2#1B1A18
3#1B1A18
4#1A1A19
5#1A1A19
6#1A1A19
7#1A1A19
8#1A1A19
9#1A1A19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DF #E0DFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C6 #C8C6C1 | BordersInactive statesPlaceholder text |
| 400 | ABA8 #ABA8A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938F #938F85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7772 #777269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5B #5F5B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4441 #44413C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2A #2B2A26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F8F7;
--black-100: #EEEEEC;
--black-200: #E0DFDC;
--black-300: #C8C6C1;
--black-400: #ABA8A0;
--black-500: #938F85;
--black-600: #777269;
--black-700: #5F5B54;
--black-800: #44413C;
--black-900: #2B2A26;
--black-950: #1B1A18;
}