Black
#131520
BlueColor Codes
All color formats for development
HEX
#131520RGB
rgb(19, 21, 32)HSL
hsl(231, 25%, 10%)OKLCH
oklch(0.199 0.022 276.2)CMYK
cmyk(41%, 34%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11131D
2#0F111A
3#0D0F16
4#0B0D13
5#0A0B10
6#08080D
7#06060A
8#040406
9#020203
Tints
Lighter variations
1#24283D
2#363B59
3#474E76
4#586193
5#7078A9
6#8C93BA
7#A9AECB
8#C6C9DD
9#E2E4EE
Tones
Muted variations
1#14151F
2#14161F
3#15161E
4#16171D
5#16171D
6#17181C
7#18181B
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D8 #D6D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BA #B6BAD3 | BordersInactive statesPlaceholder text |
| 400 | 8F96 #8F96BC | Disabled statesSecondary iconsMuted text |
| 500 | 7078 #7078A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545D #545D8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434A #434A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3035 #303550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F22 #1F2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6F9;
--black-100: #E9EAF2;
--black-200: #D6D8E6;
--black-300: #B6BAD3;
--black-400: #8F96BC;
--black-500: #7078A9;
--black-600: #545D8C;
--black-700: #434A70;
--black-800: #303550;
--black-900: #1F2233;
--black-950: #131520;
}