Black
#121721
BlueColor Codes
All color formats for development
HEX
#121721RGB
rgb(18, 23, 33)HSL
hsl(220, 29%, 10%)OKLCH
oklch(0.204 0.022 263.9)CMYK
cmyk(45%, 30%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10151E
2#0E121A
3#0D1017
4#0B0E14
5#090C10
6#07090D
7#05070A
8#040507
9#020203
Tints
Lighter variations
1#222C3F
2#33405C
3#43557A
4#536A97
5#6B81AE
6#899ABE
7#A6B3CE
8#C4CDDE
9#E1E6EF
Tones
Muted variations
1#131720
2#14181F
3#14181F
4#15181E
5#16181D
6#17191C
7#17191C
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DB #D4DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3BF #B3BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8C9D #8C9DC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B81 #6B81AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5065 #506591 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F51 #3F5173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3A #2D3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2535 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7FA;
--black-100: #E8EBF2;
--black-200: #D4DBE7;
--black-300: #B3BFD5;
--black-400: #8C9DC0;
--black-500: #6B81AE;
--black-600: #506591;
--black-700: #3F5173;
--black-800: #2D3A52;
--black-900: #1D2535;
--black-950: #121721;
}