Black
#121A21
BlueColor Codes
All color formats for development
HEX
#121A21RGB
rgb(18, 26, 33)HSL
hsl(208, 29%, 10%)OKLCH
oklch(0.213 0.018 245.2)CMYK
cmyk(45%, 21%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10171E
2#0E151A
3#0D1217
4#0B1014
5#090D10
6#070A0D
7#05080A
8#040507
9#020303
Tints
Lighter variations
1#22313F
2#33495C
3#43607A
4#537897
5#6B8EAE
6#89A5BE
7#A6BBCE
8#C4D2DE
9#E1E8EF
Tones
Muted variations
1#131A20
2#141A1F
3#141A1F
4#151A1E
5#161A1D
6#171A1C
7#171A1C
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DE #D4DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C5 #B3C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA7 #8CA7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8E #6B8EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5072 #507291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5B #3F5B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D41 #2D4152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A35 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F7FA;
--black-100: #E8EDF2;
--black-200: #D4DEE7;
--black-300: #B3C5D5;
--black-400: #8CA7C0;
--black-500: #6B8EAE;
--black-600: #507291;
--black-700: #3F5B73;
--black-800: #2D4152;
--black-900: #1D2A35;
--black-950: #121A21;
}