Black
#111122
BlueColor Codes
All color formats for development
HEX
#111122RGB
rgb(17, 17, 34)HSL
hsl(240, 33%, 10%)OKLCH
oklch(0.187 0.034 282.6)CMYK
cmyk(50%, 50%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0F1F
2#0E0E1B
3#0C0C18
4#0A0A14
5#090911
6#07070E
7#05050A
8#030307
9#020203
Tints
Lighter variations
1#202040
2#30305F
3#3F3F7D
4#4F4F9C
5#6666B2
6#8585C1
7#A3A3D1
8#C2C2E0
9#E0E0F0
Tones
Muted variations
1#121221
2#131320
3#14141F
4#14141F
5#15151E
6#16161D
7#17171C
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 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F5FA;
--black-100: #E7E7F3;
--black-200: #D3D3E9;
--black-300: #B1B1D8;
--black-400: #8888C3;
--black-500: #6666B2;
--black-600: #4B4B95;
--black-700: #3C3C77;
--black-800: #2B2B55;
--black-900: #1B1B36;
--black-950: #111122;
}