Black
#16191D
BlueColor Codes
All color formats for development
HEX
#16191DRGB
rgb(22, 25, 29)HSL
hsl(214, 14%, 10%)OKLCH
oklch(0.212 0.009 255.6)CMYK
cmyk(24%, 14%, 0%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14171A
2#121417
3#0F1214
4#0D0F11
5#0B0D0F
6#090A0C
7#070809
8#040506
9#020303
Tints
Lighter variations
1#2A3037
2#3D4651
3#515D6C
4#657386
5#7C8A9C
6#96A1B0
7#B1B9C4
8#CBD0D8
9#E5E8EB
Tones
Muted variations
1#16191D
2#17191C
3#17191C
4#17191C
5#18191B
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 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 99A4 #99A4B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8A #7C8A9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606E #606E80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D58 #4D5866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F7F8;
--black-100: #EBEDF0;
--black-200: #D9DDE2;
--black-300: #BCC3CD;
--black-400: #99A4B2;
--black-500: #7C8A9C;
--black-600: #606E80;
--black-700: #4D5866;
--black-800: #373F49;
--black-900: #23282F;
--black-950: #16191D;
}