Black
#131320
BlueColor Codes
All color formats for development
HEX
#131320RGB
rgb(19, 19, 32)HSL
hsl(240, 25%, 10%)OKLCH
oklch(0.194 0.026 283.7)CMYK
cmyk(41%, 41%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11111D
2#0F0F1A
3#0D0D16
4#0B0B13
5#0A0A10
6#08080D
7#06060A
8#040406
9#020203
Tints
Lighter variations
1#24243D
2#363659
3#474776
4#585893
5#7070A9
6#8C8CBA
7#A9A9CB
8#C6C6DD
9#E2E2EE
Tones
Muted variations
1#14141F
2#14141F
3#15151E
4#16161D
5#16161D
6#17171C
7#18181B
8#18181B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7070 #7070A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5454 #54548C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4343 #434370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #303050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F5F9;
--black-100: #E9E9F2;
--black-200: #D6D6E6;
--black-300: #B6B6D3;
--black-400: #8F8FBC;
--black-500: #7070A9;
--black-600: #54548C;
--black-700: #434370;
--black-800: #303050;
--black-900: #1F1F33;
--black-950: #131320;
}