Black
#1B1B18
GrayColor Codes
All color formats for development
HEX
#1B1B18RGB
rgb(27, 27, 24)HSL
hsl(60, 6%, 10%)OKLCH
oklch(0.221 0.006 106.9)CMYK
cmyk(0%, 0%, 11%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181816
2#161613
3#131311
4#10100E
5#0E0E0C
6#0B0B0A
7#080807
8#050505
9#030302
Tints
Lighter variations
1#33332E
2#4C4C43
3#646459
4#7C7C6E
5#939385
6#A9A99E
7#BEBEB6
8#D4D4CE
9#E9E9E7
Tones
Muted variations
1#1B1B18
2#1B1B18
3#1B1B18
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 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C1 | BordersInactive statesPlaceholder text |
| 400 | ABAB #ABABA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9393 #939385 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7777 #777769 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2B #2B2B26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F8F7;
--black-100: #EEEEEC;
--black-200: #E0E0DC;
--black-300: #C8C8C1;
--black-400: #ABABA0;
--black-500: #939385;
--black-600: #777769;
--black-700: #5F5F54;
--black-800: #44443C;
--black-900: #2B2B26;
--black-950: #1B1B18;
}