Black
#121221
BlueColor Codes
All color formats for development
HEX
#121221RGB
rgb(18, 18, 33)HSL
hsl(240, 29%, 10%)OKLCH
oklch(0.19 0.03 283.2)CMYK
cmyk(45%, 45%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10101E
2#0E0E1A
3#0D0D17
4#0B0B14
5#090910
6#07070D
7#05050A
8#040407
9#020203
Tints
Lighter variations
1#22223F
2#33335C
3#43437A
4#535397
5#6B6BAE
6#8989BE
7#A6A6CE
8#C4C4DE
9#E1E1EF
Tones
Muted variations
1#131320
2#14141F
3#14141F
4#15151E
5#16161D
6#17171C
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 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D4 #D4D4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B3 #B3B3D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8C #8C8CC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6B #6B6BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5050 #505091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F3F #3F3F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2D #2D2D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D35 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F5FA;
--black-100: #E8E8F2;
--black-200: #D4D4E7;
--black-300: #B3B3D5;
--black-400: #8C8CC0;
--black-500: #6B6BAE;
--black-600: #505091;
--black-700: #3F3F73;
--black-800: #2D2D52;
--black-900: #1D1D35;
--black-950: #121221;
}