Black
#16181D
BlueColor Codes
All color formats for development
HEX
#16181DRGB
rgb(22, 24, 29)HSL
hsl(223, 14%, 10%)OKLCH
oklch(0.209 0.01 268.2)CMYK
cmyk(24%, 17%, 0%, 89%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14161A
2#121317
3#0F1114
4#0D0E11
5#0B0C0F
6#090A0C
7#070709
8#040506
9#020203
Tints
Lighter variations
1#2A2E37
2#3D4351
3#51596C
4#656E86
5#7C859C
6#969EB0
7#B1B6C4
8#CBCED8
9#E5E7EB
Tones
Muted variations
1#16181D
2#17181C
3#17181C
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 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 99A0 #99A0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C85 #7C859C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6069 #606980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D54 #4D5466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F7F8;
--black-100: #EBECF0;
--black-200: #D9DCE2;
--black-300: #BCC1CD;
--black-400: #99A0B2;
--black-500: #7C859C;
--black-600: #606980;
--black-700: #4D5466;
--black-800: #373C49;
--black-900: #23262F;
--black-950: #16181D;
}