Black
#161A1D
BlueColor Codes
All color formats for development
HEX
#161A1DRGB
rgb(22, 26, 29)HSL
hsl(206, 14%, 10%)OKLCH
oklch(0.215 0.008 240.3)CMYK
cmyk(24%, 10%, 0%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14171A
2#121517
3#0F1214
4#0D1011
5#0B0D0F
6#090A0C
7#070809
8#040506
9#020303
Tints
Lighter variations
1#2A3137
2#3D4951
3#51606C
4#657786
5#7C8E9C
6#96A5B0
7#B1BBC4
8#CBD2D8
9#E5E8EB
Tones
Muted variations
1#161A1D
2#171A1C
3#171A1C
4#171A1C
5#181A1B
6#181A1B
7#181A1B
8#191A1A
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 99A7 #99A7B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8E #7C8E9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6072 #607280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5B #4D5B66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F7F8;
--black-100: #EBEDF0;
--black-200: #D9DEE2;
--black-300: #BCC5CD;
--black-400: #99A7B2;
--black-500: #7C8E9C;
--black-600: #607280;
--black-700: #4D5B66;
--black-800: #374149;
--black-900: #232A2F;
--black-950: #161A1D;
}