Black
#111B22
BlueColor Codes
All color formats for development
HEX
#111B22RGB
rgb(17, 27, 34)HSL
hsl(205, 33%, 10%)OKLCH
oklch(0.216 0.02 239.4)CMYK
cmyk(50%, 21%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F181F
2#0E161B
3#0C1318
4#0A1014
5#090D11
6#070B0E
7#05080A
8#030507
9#020303
Tints
Lighter variations
1#203340
2#304B5F
3#3F647D
4#4F7C9C
5#6693B2
6#85A8C1
7#A3BED1
8#C2D4E0
9#E0E9F0
Tones
Muted variations
1#121B21
2#131B20
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 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AB #88ABC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6693 #6693B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B76 #4B7695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5E #3C5E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F8FA;
--black-100: #E7EEF3;
--black-200: #D3E0E9;
--black-300: #B1C8D8;
--black-400: #88ABC3;
--black-500: #6693B2;
--black-600: #4B7695;
--black-700: #3C5E77;
--black-800: #2B4355;
--black-900: #1B2B36;
--black-950: #111B22;
}