Black
#131420
BlueColor Codes
All color formats for development
HEX
#131420RGB
rgb(19, 20, 32)HSL
hsl(235, 25%, 10%)OKLCH
oklch(0.196 0.024 280.2)CMYK
cmyk(41%, 38%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11121D
2#0F101A
3#0D0E16
4#0B0C13
5#0A0A10
6#08080D
7#06060A
8#040406
9#020203
Tints
Lighter variations
1#24263D
2#363959
3#474B76
4#585D93
5#7074A9
6#8C90BA
7#A9ACCB
8#C6C8DD
9#E2E3EE
Tones
Muted variations
1#14151F
2#14151F
3#15161E
4#16161D
5#16171D
6#17171C
7#18181B
8#18181B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B8 #B6B8D3 | BordersInactive statesPlaceholder text |
| 400 | 8F93 #8F93BC | Disabled statesSecondary iconsMuted text |
| 500 | 7074 #7074A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5459 #54598C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4347 #434770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3032 #303250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F20 #1F2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6F9;
--black-100: #E9E9F2;
--black-200: #D6D7E6;
--black-300: #B6B8D3;
--black-400: #8F93BC;
--black-500: #7074A9;
--black-600: #54598C;
--black-700: #434770;
--black-800: #303250;
--black-900: #1F2033;
--black-950: #131420;
}