Black
#131920
BlueColor Codes
All color formats for development
HEX
#131920RGB
rgb(19, 25, 32)HSL
hsl(212, 25%, 10%)OKLCH
oklch(0.211 0.017 252.5)CMYK
cmyk(41%, 22%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11171D
2#0F141A
3#0D1216
4#0B0F13
5#0A0D10
6#080A0D
7#06080A
8#040506
9#020303
Tints
Lighter variations
1#24303D
2#364659
3#475D76
4#587393
5#708AA9
6#8CA2BA
7#A9B9CB
8#C6D0DD
9#E2E8EE
Tones
Muted variations
1#14191F
2#14191F
3#15191E
4#16191D
5#16191D
6#17191C
7#18191B
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA4 #8FA4BC | Disabled statesSecondary iconsMuted text |
| 500 | 708A #708AA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546E #546E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4358 #435870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7F9;
--black-100: #E9EDF2;
--black-200: #D6DDE6;
--black-300: #B6C3D3;
--black-400: #8FA4BC;
--black-500: #708AA9;
--black-600: #546E8C;
--black-700: #435870;
--black-800: #303F50;
--black-900: #1F2833;
--black-950: #131920;
}