Black
#131A20
BlueColor Codes
All color formats for development
HEX
#131A20RGB
rgb(19, 26, 32)HSL
hsl(208, 25%, 10%)OKLCH
oklch(0.214 0.016 244.5)CMYK
cmyk(41%, 19%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11171D
2#0F151A
3#0D1216
4#0B1013
5#0A0D10
6#080A0D
7#06080A
8#040506
9#020303
Tints
Lighter variations
1#24313D
2#364959
3#476076
4#587793
5#708EA9
6#8CA5BA
7#A9BBCB
8#C6D2DD
9#E2E8EE
Tones
Muted variations
1#141A1F
2#141A1F
3#151A1E
4#161A1D
5#161A1D
6#171A1C
7#181A1B
8#181A1B
9#191A1A
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 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BC | Disabled statesSecondary iconsMuted text |
| 500 | 708E #708EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5472 #54728C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435B #435B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #304150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F29 #1F2933 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7F9;
--black-100: #E9EDF2;
--black-200: #D6DEE6;
--black-300: #B6C5D3;
--black-400: #8FA7BC;
--black-500: #708EA9;
--black-600: #54728C;
--black-700: #435B70;
--black-800: #304150;
--black-900: #1F2933;
--black-950: #131A20;
}