Black
#121F21
CyanColor Codes
All color formats for development
HEX
#121F21RGB
rgb(18, 31, 33)HSL
hsl(188, 29%, 10%)OKLCH
oklch(0.228 0.019 208)CMYK
cmyk(45%, 6%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101C1E
2#0E191A
3#0D1617
4#0B1314
5#090F10
6#070C0D
7#05090A
8#040607
9#020303
Tints
Lighter variations
1#223B3F
2#33575C
3#43727A
4#538E97
5#6BA5AE
6#89B7BE
7#A6C9CE
8#C4DBDE
9#E1EDEF
Tones
Muted variations
1#131E20
2#141E1F
3#141D1F
4#151D1E
5#161C1D
6#171C1C
7#171B1C
8#181B1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E5 #D4E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D1 #B3D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8CB9 #8CB9C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA5 #6BA5AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5088 #508891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6C #3F6C73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4D #2D4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3135 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9FA;
--black-100: #E8F1F2;
--black-200: #D4E5E7;
--black-300: #B3D1D5;
--black-400: #8CB9C0;
--black-500: #6BA5AE;
--black-600: #508891;
--black-700: #3F6C73;
--black-800: #2D4D52;
--black-900: #1D3135;
--black-950: #121F21;
}