Charcoal
#193939
CyanColor Codes
All color formats for development
HEX
#193939RGB
rgb(25, 57, 57)HSL
hsl(180, 39%, 16%)OKLCH
oklch(0.32 0.038 195.4)CMYK
cmyk(56%, 0%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163333
2#142D2D
3#112828
4#0F2222
5#0C1C1C
6#0A1717
7#071111
8#050B0B
9#020606
Tints
Lighter variations
1#265656
2#337474
3#409292
4#4DB0B0
5#6ABEBE
6#88CBCB
7#A6D8D8
8#C3E5E5
9#E1F2F2
Tones
Muted variations
1#1A3737
2#1C3636
3#1E3434
4#1F3232
5#213131
6#222F2F
7#242E2E
8#262C2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDB #ADDBDB | BordersInactive statesPlaceholder text |
| 400 | 83C9 #83C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB9 #5FB9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449C #449C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2759 #275959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1939 #193939 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D1EBEB;
--charcoal-300: #ADDBDB;
--charcoal-400: #83C9C9;
--charcoal-500: #5FB9B9;
--charcoal-600: #449C9C;
--charcoal-700: #367C7C;
--charcoal-800: #275959;
--charcoal-900: #193939;
--charcoal-950: #102323;
}