Black
#111922
BlueColor Codes
All color formats for development
HEX
#111922RGB
rgb(17, 25, 34)HSL
hsl(212, 33%, 10%)OKLCH
oklch(0.21 0.022 251.8)CMYK
cmyk(50%, 26%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F161F
2#0E141B
3#0C1118
4#0A0F14
5#090C11
6#070A0E
7#05070A
8#030507
9#020203
Tints
Lighter variations
1#202F40
2#30465F
3#3F5C7D
4#4F739C
5#668AB2
6#85A1C1
7#A3B9D1
8#C2D0E0
9#E0E8F0
Tones
Muted variations
1#121921
2#131920
3#14191F
4#14191F
5#15191E
6#16191D
7#17191C
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C3 #B1C3D8 | BordersInactive statesPlaceholder text |
| 400 | 88A4 #88A4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668A #668AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6E #4B6E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C57 #3C5777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B28 #1B2836 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7FA;
--black-100: #E7EDF3;
--black-200: #D3DDE9;
--black-300: #B1C3D8;
--black-400: #88A4C3;
--black-500: #668AB2;
--black-600: #4B6E95;
--black-700: #3C5777;
--black-800: #2B3E55;
--black-900: #1B2836;
--black-950: #111922;
}