Black
#121421
BlueColor Codes
All color formats for development
HEX
#121421RGB
rgb(18, 20, 33)HSL
hsl(232, 29%, 10%)OKLCH
oklch(0.196 0.026 276.9)CMYK
cmyk(45%, 39%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10121E
2#0E101A
3#0D0E17
4#0B0C14
5#090A10
6#07080D
7#05060A
8#040407
9#020203
Tints
Lighter variations
1#22263F
2#33385C
3#434A7A
4#535C97
5#6B74AE
6#8990BE
7#A6ACCE
8#C4C7DE
9#E1E3EF
Tones
Muted variations
1#131520
2#14151F
3#14161F
4#15161E
5#16171D
6#17171C
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 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D7 #D4D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B8 #B3B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8C93 #8C93C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B74 #6B74AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5058 #505891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F46 #3F4673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D32 #2D3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2035 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F6FA;
--black-100: #E8E9F2;
--black-200: #D4D7E7;
--black-300: #B3B8D5;
--black-400: #8C93C0;
--black-500: #6B74AE;
--black-600: #505891;
--black-700: #3F4673;
--black-800: #2D3252;
--black-900: #1D2035;
--black-950: #121421;
}