Black
#111622
BlueColor Codes
All color formats for development
HEX
#111622RGB
rgb(17, 22, 34)HSL
hsl(222, 33%, 10%)OKLCH
oklch(0.201 0.025 266.7)CMYK
cmyk(50%, 35%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F141F
2#0E121B
3#0C0F18
4#0A0D14
5#090B11
6#07090E
7#05070A
8#030407
9#020203
Tints
Lighter variations
1#202A40
2#303E5F
3#3F527D
4#4F669C
5#667DB2
6#8597C1
7#A3B1D1
8#C2CBE0
9#E0E5F0
Tones
Muted variations
1#121621
2#131720
3#14171F
4#14171F
5#15181E
6#16181D
7#17181C
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889A #889AC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667D #667DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B61 #4B6195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4D #3C4D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B37 #2B3755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6FA;
--black-100: #E7EBF3;
--black-200: #D3D9E9;
--black-300: #B1BDD8;
--black-400: #889AC3;
--black-500: #667DB2;
--black-600: #4B6195;
--black-700: #3C4D77;
--black-800: #2B3755;
--black-900: #1B2336;
--black-950: #111622;
}