Black
#111522
BlueColor Codes
All color formats for development
HEX
#111522RGB
rgb(17, 21, 34)HSL
hsl(226, 33%, 10%)OKLCH
oklch(0.198 0.027 270.7)CMYK
cmyk(50%, 38%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F131F
2#0E111B
3#0C0F18
4#0A0D14
5#090B11
6#07080E
7#05060A
8#030407
9#020203
Tints
Lighter variations
1#202840
2#303B5F
3#3F4E7D
4#4F619C
5#6678B2
6#8593C1
7#A3AED1
8#C2C9E0
9#E0E4F0
Tones
Muted variations
1#121521
2#131620
3#14161F
4#14171F
5#15171E
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 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D8 #D3D8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BA #B1BAD8 | BordersInactive statesPlaceholder text |
| 400 | 8896 #8896C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6678 #6678B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5C #4B5C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4A #3C4A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B35 #2B3555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B22 #1B2236 | Primary textHigh emphasis contentDark headings |
| 950 | 1115 #111522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6FA;
--black-100: #E7EAF3;
--black-200: #D3D8E9;
--black-300: #B1BAD8;
--black-400: #8896C3;
--black-500: #6678B2;
--black-600: #4B5C95;
--black-700: #3C4A77;
--black-800: #2B3555;
--black-900: #1B2236;
--black-950: #111522;
}