Black
#131620
BlueColor Codes
All color formats for development
HEX
#131620RGB
rgb(19, 22, 32)HSL
hsl(226, 25%, 10%)OKLCH
oklch(0.202 0.021 271.5)CMYK
cmyk(41%, 31%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11141D
2#0F121A
3#0D0F16
4#0B0D13
5#0A0B10
6#08090D
7#06070A
8#040406
9#020203
Tints
Lighter variations
1#242A3D
2#363E59
3#475276
4#586693
5#707DA9
6#8C97BA
7#A9B1CB
8#C6CBDD
9#E2E5EE
Tones
Muted variations
1#14161F
2#14171F
3#15171E
4#16171D
5#16181D
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 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9A #8F9ABC | Disabled statesSecondary iconsMuted text |
| 500 | 707D #707DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5461 #54618C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434D #434D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #303750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6F9;
--black-100: #E9EBF2;
--black-200: #D6D9E6;
--black-300: #B6BDD3;
--black-400: #8F9ABC;
--black-500: #707DA9;
--black-600: #54618C;
--black-700: #434D70;
--black-800: #303750;
--black-900: #1F2333;
--black-950: #131620;
}