Black
#111822
BlueColor Codes
All color formats for development
HEX
#111822RGB
rgb(17, 24, 34)HSL
hsl(215, 33%, 10%)OKLCH
oklch(0.207 0.023 257.3)CMYK
cmyk(50%, 29%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F161F
2#0E131B
3#0C1118
4#0A0E14
5#090C11
6#070A0E
7#05070A
8#030507
9#020203
Tints
Lighter variations
1#202E40
2#30435F
3#3F597D
4#4F6F9C
5#6686B2
6#859EC1
7#A3B6D1
8#C2CFE0
9#E0E7F0
Tones
Muted variations
1#121821
2#131820
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 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DC #D3DCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C1 #B1C1D8 | BordersInactive statesPlaceholder text |
| 400 | 88A1 #88A1C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6686 #6686B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6A #4B6A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C54 #3C5477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3C #2B3C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1118 #111822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7FA;
--black-100: #E7ECF3;
--black-200: #D3DCE9;
--black-300: #B1C1D8;
--black-400: #88A1C3;
--black-500: #6686B2;
--black-600: #4B6A95;
--black-700: #3C5477;
--black-800: #2B3C55;
--black-900: #1B2736;
--black-950: #111822;
}