Black
#121E21
CyanColor Codes
All color formats for development
HEX
#121E21RGB
rgb(18, 30, 33)HSL
hsl(192, 29%, 10%)OKLCH
oklch(0.225 0.018 215)CMYK
cmyk(45%, 9%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101B1E
2#0E181A
3#0D1517
4#0B1214
5#090F10
6#070C0D
7#05090A
8#040607
9#020303
Tints
Lighter variations
1#22393F
2#33545C
3#436F7A
4#538A97
5#6BA0AE
6#89B3BE
7#A6C6CE
8#C4D9DE
9#E1ECEF
Tones
Muted variations
1#131D20
2#141D1F
3#141D1F
4#151C1E
5#161C1D
6#171B1C
7#171B1C
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E4 #D4E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CF #B3CFD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB5 #8CB5C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA0 #6BA0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5084 #508491 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F69 #3F6973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4B #2D4B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3035 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9FA;
--black-100: #E8F0F2;
--black-200: #D4E4E7;
--black-300: #B3CFD5;
--black-400: #8CB5C0;
--black-500: #6BA0AE;
--black-600: #508491;
--black-700: #3F6973;
--black-800: #2D4B52;
--black-900: #1D3035;
--black-950: #121E21;
}