Black
#111322
BlueColor Codes
All color formats for development
HEX
#111322RGB
rgb(17, 19, 34)HSL
hsl(233, 33%, 10%)OKLCH
oklch(0.193 0.03 277.3)CMYK
cmyk(50%, 44%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F111F
2#0E0F1B
3#0C0D18
4#0A0B14
5#090A11
6#07080E
7#05060A
8#030407
9#020203
Tints
Lighter variations
1#202440
2#30355F
3#3F467D
4#4F589C
5#666FB2
6#858CC1
7#A3A9D1
8#C2C5E0
9#E0E2F0
Tones
Muted variations
1#121421
2#131420
3#14151F
4#14161F
5#15161E
6#16171D
7#17181C
8#18181B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D5 #D3D5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 888F #888FC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666F #666FB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B54 #4B5495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C43 #3C4377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F5FA;
--black-100: #E7E9F3;
--black-200: #D3D5E9;
--black-300: #B1B6D8;
--black-400: #888FC3;
--black-500: #666FB2;
--black-600: #4B5495;
--black-700: #3C4377;
--black-800: #2B3055;
--black-900: #1B1E36;
--black-950: #111322;
}