Black
#111A22
BlueColor Codes
All color formats for development
HEX
#111A22RGB
rgb(17, 26, 34)HSL
hsl(208, 33%, 10%)OKLCH
oklch(0.213 0.021 245.8)CMYK
cmyk(50%, 24%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F171F
2#0E151B
3#0C1218
4#0A1014
5#090D11
6#070A0E
7#05080A
8#030507
9#020303
Tints
Lighter variations
1#203240
2#30495F
3#3F607D
4#4F789C
5#668FB2
6#85A5C1
7#A3BCD1
8#C2D2E0
9#E0E9F0
Tones
Muted variations
1#121A21
2#131A20
3#141A1F
4#141A1F
5#151A1E
6#161A1D
7#171A1C
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C6 #B1C6D8 | BordersInactive statesPlaceholder text |
| 400 | 88A8 #88A8C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668F #668FB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B73 #4B7395 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5B #3C5B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B41 #2B4155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2A #1B2A36 | Primary textHigh emphasis contentDark headings |
| 950 | 111A #111A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F8FA;
--black-100: #E7EEF3;
--black-200: #D3DFE9;
--black-300: #B1C6D8;
--black-400: #88A8C3;
--black-500: #668FB2;
--black-600: #4B7395;
--black-700: #3C5B77;
--black-800: #2B4155;
--black-900: #1B2A36;
--black-950: #111A22;
}