Black
#111C22
BlueColor Codes
All color formats for development
HEX
#111C22RGB
rgb(17, 28, 34)HSL
hsl(201, 33%, 10%)OKLCH
oklch(0.219 0.02 232.7)CMYK
cmyk(50%, 18%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F191F
2#0E161B
3#0C1418
4#0A1114
5#090E11
6#070B0E
7#05080A
8#030607
9#020303
Tints
Lighter variations
1#203540
2#304E5F
3#3F687D
4#4F819C
5#6698B2
6#85ACC1
7#A3C1D1
8#C2D6E0
9#E0EAF0
Tones
Muted variations
1#121C21
2#131C20
3#141B1F
4#141B1F
5#151B1E
6#161B1D
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 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E1 #D3E1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CA #B1CAD8 | BordersInactive statesPlaceholder text |
| 400 | 88AF #88AFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6698 #6698B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7B #4B7B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C62 #3C6277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B46 #2B4655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2D #1B2D36 | Primary textHigh emphasis contentDark headings |
| 950 | 111C #111C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F8FA;
--black-100: #E7EFF3;
--black-200: #D3E1E9;
--black-300: #B1CAD8;
--black-400: #88AFC3;
--black-500: #6698B2;
--black-600: #4B7B95;
--black-700: #3C6277;
--black-800: #2B4655;
--black-900: #1B2D36;
--black-950: #111C22;
}