Black
#16171D
BlueColor Codes
All color formats for development
HEX
#16171DRGB
rgb(22, 23, 29)HSL
hsl(231, 14%, 10%)OKLCH
oklch(0.206 0.012 277.8)CMYK
cmyk(24%, 21%, 0%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14151A
2#121217
3#0F1014
4#0D0E11
5#0B0C0F
6#09090C
7#070709
8#040506
9#020203
Tints
Lighter variations
1#2A2C37
2#3D4051
3#51556C
4#656A86
5#7C819C
6#969AB0
7#B1B3C4
8#CBCDD8
9#E5E6EB
Tones
Muted variations
1#16171D
2#17181C
3#17181C
4#17181C
5#18181B
6#18191B
7#18191B
8#19191A
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 999D #999DB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C81 #7C819C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6065 #606580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D51 #4D5166 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F7F8;
--black-100: #EBEBF0;
--black-200: #D9DBE2;
--black-300: #BCBFCD;
--black-400: #999DB2;
--black-500: #7C819C;
--black-600: #606580;
--black-700: #4D5166;
--black-800: #373A49;
--black-900: #23252F;
--black-950: #16171D;
}