Black
#111422
BlueColor Codes
All color formats for development
HEX
#111422RGB
rgb(17, 20, 34)HSL
hsl(229, 33%, 10%)OKLCH
oklch(0.196 0.029 274.2)CMYK
cmyk(50%, 41%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F121F
2#0E101B
3#0C0E18
4#0A0C14
5#090A11
6#07080E
7#05060A
8#030407
9#020203
Tints
Lighter variations
1#202640
2#30385F
3#3F4B7D
4#4F5D9C
5#6674B2
6#8590C1
7#A3ACD1
8#C2C8E0
9#E0E3F0
Tones
Muted variations
1#121521
2#131520
3#14161F
4#14161F
5#15171E
6#16171D
7#17181C
8#18181B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B8 #B1B8D8 | BordersInactive statesPlaceholder text |
| 400 | 8893 #8893C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6674 #6674B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B59 #4B5995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C47 #3C4777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6FA;
--black-100: #E7E9F3;
--black-200: #D3D7E9;
--black-300: #B1B8D8;
--black-400: #8893C3;
--black-500: #6674B2;
--black-600: #4B5995;
--black-700: #3C4777;
--black-800: #2B3255;
--black-900: #1B2036;
--black-950: #111422;
}