Black
#132020
CyanColor Codes
All color formats for development
HEX
#132020RGB
rgb(19, 32, 32)HSL
hsl(180, 25%, 10%)OKLCH
oklch(0.232 0.018 196)CMYK
cmyk(41%, 0%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111D1D
2#0F191A
3#0D1616
4#0B1313
5#0A1010
6#080D0D
7#060A0A
8#040606
9#020303
Tints
Lighter variations
1#243D3D
2#365959
3#477676
4#589393
5#70A9A9
6#8CBABA
7#A9CBCB
8#C6DDDD
9#E2EEEE
Tones
Muted variations
1#141F1F
2#141F1F
3#151E1E
4#161D1D
5#161D1D
6#171C1C
7#181B1B
8#181B1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D3 #B6D3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FBC #8FBCBC | Disabled statesSecondary iconsMuted text |
| 500 | 70A9 #70A9A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 548C #548C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4370 #437070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3050 #305050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9F9;
--black-100: #E9F2F2;
--black-200: #D6E6E6;
--black-300: #B6D3D3;
--black-400: #8FBCBC;
--black-500: #70A9A9;
--black-600: #548C8C;
--black-700: #437070;
--black-800: #305050;
--black-900: #1F3333;
--black-950: #132020;
}