Black
#122121
CyanColor Codes
All color formats for development
HEX
#122121RGB
rgb(18, 33, 33)HSL
hsl(180, 29%, 10%)OKLCH
oklch(0.234 0.02 195.8)CMYK
cmyk(45%, 0%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101E1E
2#0E1A1A
3#0D1717
4#0B1414
5#091010
6#070D0D
7#050A0A
8#040707
9#020303
Tints
Lighter variations
1#223F3F
2#335C5C
3#437A7A
4#539797
5#6BAEAE
6#89BEBE
7#A6CECE
8#C4DEDE
9#E1EFEF
Tones
Muted variations
1#132020
2#141F1F
3#141F1F
4#151E1E
5#161D1D
6#171C1C
7#171C1C
8#181B1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D5 #B3D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CC0 #8CC0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAE #6BAEAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5091 #509191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F73 #3F7373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D52 #2D5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D35 #1D3535 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5FAFA;
--black-100: #E8F2F2;
--black-200: #D4E7E7;
--black-300: #B3D5D5;
--black-400: #8CC0C0;
--black-500: #6BAEAE;
--black-600: #509191;
--black-700: #3F7373;
--black-800: #2D5252;
--black-900: #1D3535;
--black-950: #122121;
}